Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_serv.c276 int error, attrerr; in nfsrv_access() local
285 attrerr = ENOENT; in nfsrv_access()
374 attrerr = vnode_getattr(vp, &vattr, ctx); in nfsrv_access()
383 nfsm_chain_add_postop_attr(error, nd, &nmrep, attrerr, &vattr); in nfsrv_access()
673 int error, attrerr, dirattrerr, isdotdot; in nfsrv_lookup() local
680 attrerr = dirattrerr = ENOENT; in nfsrv_lookup()
731 attrerr = vnode_getattr(vp, vap, ctx); in nfsrv_lookup()
750 nfsm_chain_add_postop_attr(error, nd, &nmrep, attrerr, vap); in nfsrv_lookup()
774 int error, mpcnt, tlen, len, attrerr; in nfsrv_readlink() local
788 attrerr = ENOENT; in nfsrv_readlink()
[all …]