Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c268 nfsrpc_access(vnode_t vp, int acmode, struct ucred *cred, in nfsrpc_access() argument
274 if (acmode & VREAD) in nfsrpc_access()
279 if (acmode & VWRITE) in nfsrpc_access()
282 if (acmode & VEXEC) in nfsrpc_access()
285 if (acmode & VWRITE) in nfsrpc_access()
287 if (acmode & VEXEC) in nfsrpc_access()