Searched refs:gotattr (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_serv.c | 4506 int len, nlen, rem, xfer, error, attrerr, gotfh, gotattr; in nfsrv_readdirplus() local 4681 gotfh = gotattr = 1; in nfsrv_readdirplus() 4686 gotfh = gotattr = 0; in nfsrv_readdirplus() 4695 gotattr = 0; in nfsrv_readdirplus() 4707 if (gotattr) { in nfsrv_readdirplus() 4727 nfsm_chain_add_postop_attr(error, nd, &nmrep, (gotattr ? 0 : ENOENT), vap); in nfsrv_readdirplus()
|