Searched refs:attrerr (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/nfs/ |
| H A D | nfs_serv.c | 275 int error, attrerr; in nfsrv_access() local 284 attrerr = ENOENT; in nfsrv_access() 373 attrerr = vnode_getattr(vp, &vattr, ctx); in nfsrv_access() 382 nfsm_chain_add_postop_attr(error, nd, &nmrep, attrerr, &vattr); in nfsrv_access() 672 int error, attrerr, dirattrerr, isdotdot; in nfsrv_lookup() local 679 attrerr = dirattrerr = ENOENT; in nfsrv_lookup() 730 attrerr = vnode_getattr(vp, vap, ctx); in nfsrv_lookup() 749 nfsm_chain_add_postop_attr(error, nd, &nmrep, attrerr, vap); in nfsrv_lookup() 773 int error, mpcnt, tlen, len, attrerr; in nfsrv_readlink() local 787 attrerr = ENOENT; in nfsrv_readlink() [all …]
|