Searched refs:gotattr (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/nfs/ |
| H A D | nfs_serv.c | 4500 int len, nlen, rem, xfer, error, attrerr, gotfh, gotattr; in nfsrv_readdirplus() local 4675 gotfh = gotattr = 1; in nfsrv_readdirplus() 4680 gotfh = gotattr = 0; in nfsrv_readdirplus() 4689 gotattr = 0; in nfsrv_readdirplus() 4701 if (gotattr) { in nfsrv_readdirplus() 4721 nfsm_chain_add_postop_attr(error, nd, &nmrep, (gotattr ? 0 : ENOENT), vap); in nfsrv_readdirplus()
|