Lines Matching refs:ct

1026 #define	VOP_OPEN(vpp, mode, cr, ct) \  argument
1027 fop_open(vpp, mode, cr, ct)
1028 #define VOP_CLOSE(vp, f, c, o, cr, ct) \ argument
1029 fop_close(vp, f, c, o, cr, ct)
1030 #define VOP_READ(vp, uiop, iof, cr, ct) \ argument
1031 fop_read(vp, uiop, iof, cr, ct)
1032 #define VOP_WRITE(vp, uiop, iof, cr, ct) \ argument
1033 fop_write(vp, uiop, iof, cr, ct)
1034 #define VOP_IOCTL(vp, cmd, a, f, cr, rvp, ct) \ argument
1035 fop_ioctl(vp, cmd, a, f, cr, rvp, ct)
1036 #define VOP_SETFL(vp, f, a, cr, ct) \ argument
1037 fop_setfl(vp, f, a, cr, ct)
1038 #define VOP_GETATTR(vp, vap, f, cr, ct) \ argument
1039 fop_getattr(vp, vap, f, cr, ct)
1040 #define VOP_SETATTR(vp, vap, f, cr, ct) \ argument
1041 fop_setattr(vp, vap, f, cr, ct)
1042 #define VOP_ACCESS(vp, mode, f, cr, ct) \ argument
1043 fop_access(vp, mode, f, cr, ct)
1044 #define VOP_LOOKUP(vp, cp, vpp, pnp, f, rdir, cr, ct, defp, rpnp) \ argument
1045 fop_lookup(vp, cp, vpp, pnp, f, rdir, cr, ct, defp, rpnp)
1046 #define VOP_CREATE(dvp, p, vap, ex, mode, vpp, cr, flag, ct, vsap) \ argument
1047 fop_create(dvp, p, vap, ex, mode, vpp, cr, flag, ct, vsap)
1048 #define VOP_REMOVE(dvp, p, cr, ct, f) \ argument
1049 fop_remove(dvp, p, cr, ct, f)
1050 #define VOP_LINK(tdvp, fvp, p, cr, ct, f) \ argument
1051 fop_link(tdvp, fvp, p, cr, ct, f)
1052 #define VOP_RENAME(fvp, fnm, tdvp, tnm, cr, ct, f) \ argument
1053 fop_rename(fvp, fnm, tdvp, tnm, cr, ct, f)
1054 #define VOP_MKDIR(dp, p, vap, vpp, cr, ct, f, vsap) \ argument
1055 fop_mkdir(dp, p, vap, vpp, cr, ct, f, vsap)
1056 #define VOP_RMDIR(dp, p, cdir, cr, ct, f) \ argument
1057 fop_rmdir(dp, p, cdir, cr, ct, f)
1058 #define VOP_READDIR(vp, uiop, cr, eofp, ct, f) \ argument
1059 fop_readdir(vp, uiop, cr, eofp, ct, f)
1060 #define VOP_SYMLINK(dvp, lnm, vap, tnm, cr, ct, f) \ argument
1061 fop_symlink(dvp, lnm, vap, tnm, cr, ct, f)
1062 #define VOP_READLINK(vp, uiop, cr, ct) \ argument
1063 fop_readlink(vp, uiop, cr, ct)
1064 #define VOP_FSYNC(vp, syncflag, cr, ct) \ argument
1065 fop_fsync(vp, syncflag, cr, ct)
1066 #define VOP_INACTIVE(vp, cr, ct) \ argument
1067 fop_inactive(vp, cr, ct)
1068 #define VOP_FID(vp, fidp, ct) \ argument
1069 fop_fid(vp, fidp, ct)
1070 #define VOP_RWLOCK(vp, w, ct) \ argument
1071 fop_rwlock(vp, w, ct)
1072 #define VOP_RWUNLOCK(vp, w, ct) \ argument
1073 fop_rwunlock(vp, w, ct)
1074 #define VOP_SEEK(vp, ooff, noffp, ct) \ argument
1075 fop_seek(vp, ooff, noffp, ct)
1076 #define VOP_CMP(vp1, vp2, ct) \ argument
1077 fop_cmp(vp1, vp2, ct)
1078 #define VOP_FRLOCK(vp, cmd, a, f, o, cb, cr, ct) \ argument
1079 fop_frlock(vp, cmd, a, f, o, cb, cr, ct)
1080 #define VOP_SPACE(vp, cmd, a, f, o, cr, ct) \ argument
1081 fop_space(vp, cmd, a, f, o, cr, ct)
1082 #define VOP_REALVP(vp1, vp2, ct) \ argument
1083 fop_realvp(vp1, vp2, ct)
1084 #define VOP_GETPAGE(vp, of, sz, pr, pl, ps, sg, a, rw, cr, ct) \ argument
1085 fop_getpage(vp, of, sz, pr, pl, ps, sg, a, rw, cr, ct)
1086 #define VOP_PUTPAGE(vp, of, sz, fl, cr, ct) \ argument
1087 fop_putpage(vp, of, sz, fl, cr, ct)
1088 #define VOP_MAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \ argument
1089 fop_map(vp, of, as, a, sz, p, mp, fl, cr, ct)
1090 #define VOP_ADDMAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \ argument
1091 fop_addmap(vp, of, as, a, sz, p, mp, fl, cr, ct)
1092 #define VOP_DELMAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \ argument
1093 fop_delmap(vp, of, as, a, sz, p, mp, fl, cr, ct)
1094 #define VOP_POLL(vp, events, anyyet, reventsp, phpp, ct) \ argument
1095 fop_poll(vp, events, anyyet, reventsp, phpp, ct)
1096 #define VOP_DUMP(vp, addr, bn, count, ct) \ argument
1097 fop_dump(vp, addr, bn, count, ct)
1098 #define VOP_PATHCONF(vp, cmd, valp, cr, ct) \ argument
1099 fop_pathconf(vp, cmd, valp, cr, ct)
1100 #define VOP_PAGEIO(vp, pp, io_off, io_len, flags, cr, ct) \ argument
1101 fop_pageio(vp, pp, io_off, io_len, flags, cr, ct)
1102 #define VOP_DUMPCTL(vp, action, blkp, ct) \ argument
1103 fop_dumpctl(vp, action, blkp, ct)
1104 #define VOP_DISPOSE(vp, pp, flag, dn, cr, ct) \ argument
1105 fop_dispose(vp, pp, flag, dn, cr, ct)
1106 #define VOP_GETSECATTR(vp, vsap, f, cr, ct) \ argument
1107 fop_getsecattr(vp, vsap, f, cr, ct)
1108 #define VOP_SETSECATTR(vp, vsap, f, cr, ct) \ argument
1109 fop_setsecattr(vp, vsap, f, cr, ct)
1110 #define VOP_SHRLOCK(vp, cmd, shr, f, cr, ct) \ argument
1111 fop_shrlock(vp, cmd, shr, f, cr, ct)
1112 #define VOP_VNEVENT(vp, vnevent, dvp, fnm, ct) \ argument
1113 fop_vnevent(vp, vnevent, dvp, fnm, ct)
1114 #define VOP_REQZCBUF(vp, rwflag, xuiop, cr, ct) \ argument
1115 fop_reqzcbuf(vp, rwflag, xuiop, cr, ct)
1116 #define VOP_RETZCBUF(vp, xuiop, cr, ct) \ argument
1117 fop_retzcbuf(vp, xuiop, cr, ct)
1294 void vnevent_rename_dest_dir(vnode_t *, caller_context_t *ct);