Lines Matching defs:ct
222 fifo_open(vnode_t **vpp, int flag, cred_t *crp, caller_context_t *ct)
366 (void) fifo_close(*vpp, flag, 1, 0, crp, ct);
386 (void) fifo_close(*vpp, flag, 1, 0, crp, ct);
404 (void) fifo_close(*vpp, flag, 1, 0, crp, ct);
438 caller_context_t *ct)
659 caller_context_t *ct)
845 caller_context_t *ct)
1116 cred_t *cr, int *rvalp, caller_context_t *ct)
1444 caller_context_t *ct)
1456 if (error = VOP_GETATTR(fnp->fn_realvp, vap, flags, crp, ct))
1551 fifo_access(vnode_t *vp, int mode, int flags, cred_t *crp, caller_context_t *ct)
1554 return (VOP_ACCESS(VTOF(vp)->fn_realvp, mode, flags, crp, ct));
1567 caller_context_t *ct, vsecattr_t *vsecp)
1573 if (mode && (error = fifo_access(dvp, mode, 0, cr, ct)))
1586 fifo_fsync(vnode_t *vp, int syncflag, cred_t *crp, caller_context_t *ct)
1596 if (VOP_GETATTR(fnp->fn_realvp, &va, 0, crp, ct) == 0) {
1607 (void) VOP_SETATTR(fnp->fn_realvp, &va, 0, crp, ct);
1609 return (VOP_FSYNC(fnp->fn_realvp, syncflag, crp, ct));
1617 fifo_inactive(vnode_t *vp, cred_t *crp, caller_context_t *ct)
1647 (void) fifo_fsync(vp, FSYNC, crp, ct);
1702 fifo_fid(vnode_t *vp, fid_t *fidfnp, caller_context_t *ct)
1705 return (VOP_FID(VTOF(vp)->fn_realvp, fidfnp, ct));
1734 fifo_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct)
1743 fifo_realvp(vnode_t *vp, vnode_t **vpp, caller_context_t *ct)
1749 if (VOP_REALVP(vp, &rvp, ct) == 0)
1763 pollhead_t **phpp, caller_context_t *ct)
1876 caller_context_t *ct)
1933 &val, cr, ct);
1950 caller_context_t *ct)
1960 (void) VOP_RWLOCK(VTOF(vp)->fn_realvp, V_WRITELOCK_TRUE, ct);
1962 crp, ct);
1963 VOP_RWUNLOCK(VTOF(vp)->fn_realvp, V_WRITELOCK_TRUE, ct);
1975 caller_context_t *ct)
1979 crp, ct));
1981 return (fs_fab_acl(vp, vsap, flag, crp, ct));