Lines Matching refs:ct

1113 #define	VOP_OPEN(vpp, mode, cr, ct) \  argument
1114 fop_open(vpp, mode, cr, ct)
1115 #define VOP_CLOSE(vp, f, c, o, cr, ct) \ argument
1116 fop_close(vp, f, c, o, cr, ct)
1117 #define VOP_READ(vp, uiop, iof, cr, ct) \ argument
1118 fop_read(vp, uiop, iof, cr, ct)
1119 #define VOP_WRITE(vp, uiop, iof, cr, ct) \ argument
1120 fop_write(vp, uiop, iof, cr, ct)
1121 #define VOP_IOCTL(vp, cmd, a, f, cr, rvp, ct) \ argument
1122 fop_ioctl(vp, cmd, a, f, cr, rvp, ct)
1123 #define VOP_SETFL(vp, f, a, cr, ct) \ argument
1124 fop_setfl(vp, f, a, cr, ct)
1125 #define VOP_GETATTR(vp, vap, f, cr, ct) \ argument
1126 fop_getattr(vp, vap, f, cr, ct)
1127 #define VOP_SETATTR(vp, vap, f, cr, ct) \ argument
1128 fop_setattr(vp, vap, f, cr, ct)
1129 #define VOP_ACCESS(vp, mode, f, cr, ct) \ argument
1130 fop_access(vp, mode, f, cr, ct)
1131 #define VOP_LOOKUP(vp, cp, vpp, pnp, f, rdir, cr, ct, defp, rpnp) \ argument
1132 fop_lookup(vp, cp, vpp, pnp, f, rdir, cr, ct, defp, rpnp)
1133 #define VOP_CREATE(dvp, p, vap, ex, mode, vpp, cr, flag, ct, vsap) \ argument
1134 fop_create(dvp, p, vap, ex, mode, vpp, cr, flag, ct, vsap)
1135 #define VOP_REMOVE(dvp, p, cr, ct, f) \ argument
1136 fop_remove(dvp, p, cr, ct, f)
1137 #define VOP_LINK(tdvp, fvp, p, cr, ct, f) \ argument
1138 fop_link(tdvp, fvp, p, cr, ct, f)
1139 #define VOP_RENAME(fvp, fnm, tdvp, tnm, cr, ct, f) \ argument
1140 fop_rename(fvp, fnm, tdvp, tnm, cr, ct, f)
1141 #define VOP_MKDIR(dp, p, vap, vpp, cr, ct, f, vsap) \ argument
1142 fop_mkdir(dp, p, vap, vpp, cr, ct, f, vsap)
1143 #define VOP_RMDIR(dp, p, cdir, cr, ct, f) \ argument
1144 fop_rmdir(dp, p, cdir, cr, ct, f)
1145 #define VOP_READDIR(vp, uiop, cr, eofp, ct, f) \ argument
1146 fop_readdir(vp, uiop, cr, eofp, ct, f)
1147 #define VOP_SYMLINK(dvp, lnm, vap, tnm, cr, ct, f) \ argument
1148 fop_symlink(dvp, lnm, vap, tnm, cr, ct, f)
1149 #define VOP_READLINK(vp, uiop, cr, ct) \ argument
1150 fop_readlink(vp, uiop, cr, ct)
1151 #define VOP_FSYNC(vp, syncflag, cr, ct) \ argument
1152 fop_fsync(vp, syncflag, cr, ct)
1153 #define VOP_INACTIVE(vp, cr, ct) \ argument
1154 fop_inactive(vp, cr, ct)
1155 #define VOP_FID(vp, fidp, ct) \ argument
1156 fop_fid(vp, fidp, ct)
1157 #define VOP_RWLOCK(vp, w, ct) \ argument
1158 fop_rwlock(vp, w, ct)
1159 #define VOP_RWUNLOCK(vp, w, ct) \ argument
1160 fop_rwunlock(vp, w, ct)
1161 #define VOP_SEEK(vp, ooff, noffp, ct) \ argument
1162 fop_seek(vp, ooff, noffp, ct)
1163 #define VOP_CMP(vp1, vp2, ct) \ argument
1164 fop_cmp(vp1, vp2, ct)
1165 #define VOP_FRLOCK(vp, cmd, a, f, o, cb, cr, ct) \ argument
1166 fop_frlock(vp, cmd, a, f, o, cb, cr, ct)
1167 #define VOP_SPACE(vp, cmd, a, f, o, cr, ct) \ argument
1168 fop_space(vp, cmd, a, f, o, cr, ct)
1169 #define VOP_REALVP(vp1, vp2, ct) \ argument
1170 fop_realvp(vp1, vp2, ct)
1171 #define VOP_GETPAGE(vp, of, sz, pr, pl, ps, sg, a, rw, cr, ct) \ argument
1172 fop_getpage(vp, of, sz, pr, pl, ps, sg, a, rw, cr, ct)
1173 #define VOP_PUTPAGE(vp, of, sz, fl, cr, ct) \ argument
1174 fop_putpage(vp, of, sz, fl, cr, ct)
1175 #define VOP_MAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \ argument
1176 fop_map(vp, of, as, a, sz, p, mp, fl, cr, ct)
1177 #define VOP_ADDMAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \ argument
1178 fop_addmap(vp, of, as, a, sz, p, mp, fl, cr, ct)
1179 #define VOP_DELMAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \ argument
1180 fop_delmap(vp, of, as, a, sz, p, mp, fl, cr, ct)
1181 #define VOP_POLL(vp, events, anyyet, reventsp, phpp, ct) \ argument
1182 fop_poll(vp, events, anyyet, reventsp, phpp, ct)
1183 #define VOP_DUMP(vp, addr, bn, count, ct) \ argument
1184 fop_dump(vp, addr, bn, count, ct)
1185 #define VOP_PATHCONF(vp, cmd, valp, cr, ct) \ argument
1186 fop_pathconf(vp, cmd, valp, cr, ct)
1187 #define VOP_PAGEIO(vp, pp, io_off, io_len, flags, cr, ct) \ argument
1188 fop_pageio(vp, pp, io_off, io_len, flags, cr, ct)
1189 #define VOP_DUMPCTL(vp, action, blkp, ct) \ argument
1190 fop_dumpctl(vp, action, blkp, ct)
1191 #define VOP_DISPOSE(vp, pp, flag, dn, cr, ct) \ argument
1192 fop_dispose(vp, pp, flag, dn, cr, ct)
1193 #define VOP_GETSECATTR(vp, vsap, f, cr, ct) \ argument
1194 fop_getsecattr(vp, vsap, f, cr, ct)
1195 #define VOP_SETSECATTR(vp, vsap, f, cr, ct) \ argument
1196 fop_setsecattr(vp, vsap, f, cr, ct)
1197 #define VOP_SHRLOCK(vp, cmd, shr, f, cr, ct) \ argument
1198 fop_shrlock(vp, cmd, shr, f, cr, ct)
1199 #define VOP_VNEVENT(vp, vnevent, dvp, fnm, ct) \ argument
1200 fop_vnevent(vp, vnevent, dvp, fnm, ct)
1201 #define VOP_REQZCBUF(vp, rwflag, xuiop, cr, ct) \ argument
1202 fop_reqzcbuf(vp, rwflag, xuiop, cr, ct)
1203 #define VOP_RETZCBUF(vp, xuiop, cr, ct) \ argument
1204 fop_retzcbuf(vp, xuiop, cr, ct)
1382 void vnevent_rename_dest_dir(vnode_t *, caller_context_t *ct);