Lines Matching refs:ct

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