Searched refs:gotattr (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/bsd/nfs/ |
| H A D | nfs_serv.c | 4489 int len, nlen, rem, xfer, error, attrerr, gotfh, gotattr; in nfsrv_readdirplus() local 4664 gotfh = gotattr = 1; in nfsrv_readdirplus() 4669 gotfh = gotattr = 0; in nfsrv_readdirplus() 4678 gotattr = 0; in nfsrv_readdirplus() 4690 if (gotattr) { in nfsrv_readdirplus() 4710 nfsm_chain_add_postop_attr(error, nd, &nmrep, (gotattr ? 0 : ENOENT), vap); in nfsrv_readdirplus()
|