Searched refs:attrerr (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/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() 662 int error, attrerr, dirattrerr, isdotdot; in nfsrv_lookup() local 669 attrerr = dirattrerr = ENOENT; in nfsrv_lookup() 720 attrerr = vnode_getattr(vp, vap, ctx); in nfsrv_lookup() 739 nfsm_chain_add_postop_attr(error, nd, &nmrep, attrerr, vap); in nfsrv_lookup() 763 int error, mpcnt, tlen, len, attrerr; in nfsrv_readlink() local 777 attrerr = ENOENT; in nfsrv_readlink() [all …]
|