Searched refs:nfs4_access (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vnops.c | 226 static int nfs4_access(vnode_t *, int, int, cred_t *, caller_context_t *); 410 VOPNAME_ACCESS, { .vop_access = nfs4_access }, 899 nfs4_access(vpi, VREAD, 0, cr, NULL) == 0) 902 nfs4_access(vpi, VWRITE, 0, cr, NULL) == 0) 4272 nfs4_access(vnode_t *vp, int mode, int flags, cred_t *cr, caller_context_t *ct) function 4397 "nfs4_access: %s call, rp %s", needrecov ? "recov" : "first", 4408 "nfs4_access: initiating recovery\n")); 5116 error = nfs4_access(dvp, VEXEC, 0, cr, NULL); 5179 error = nfs4_access(dvp, VEXEC, 0, cr, NULL); 5490 e.error = nfs4_access(dv [all...] |
Completed in 60 milliseconds