Home
last modified time | relevance | path

Searched refs:nfs4_access (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c227 static int nfs4_access(vnode_t *, int, int, cred_t *, caller_context_t *);
411 VOPNAME_ACCESS, { .vop_access = nfs4_access },
900 nfs4_access(vpi, VREAD, 0, cr, NULL) == 0) in nfs4open_otw()
903 nfs4_access(vpi, VWRITE, 0, cr, NULL) == 0) in nfs4open_otw()
4276 nfs4_access(vnode_t *vp, int mode, int flags, cred_t *cr, caller_context_t *ct) in nfs4_access() function
5116 error = nfs4_access(dvp, VEXEC, 0, cr, NULL); in nfs4lookup()
5179 error = nfs4_access(dvp, VEXEC, 0, cr, NULL); in nfs4lookup()
5490 e.error = nfs4_access(dvp, VEXEC, 0, cr, NULL); in nfs4lookupvalidate_otw()
5632 e.error = nfs4_access(dvp, VEXEC, 0, cr, NULL); in nfs4lookupvalidate_otw()
5973 e.error = nfs4_access(dvp, VEXEC, 0, cr, NULL); in nfs4lookupnew_otw()
[all …]