Home
last modified time | relevance | path

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

/src/sys/fs/nfsclient/
H A Dnfs_clrpcops.c261 nfsrpc_access(vnode_t vp, int acmode, struct ucred *cred, in nfsrpc_access() argument
267 if (acmode & VREAD) in nfsrpc_access()
272 if (acmode & VWRITE) in nfsrpc_access()
275 if (acmode & VEXEC) in nfsrpc_access()
278 if (acmode & VWRITE) in nfsrpc_access()
280 if (acmode & VEXEC) in nfsrpc_access()