Home
last modified time | relevance | path

Searched refs:gotattr (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_serv.c4467 int len, nlen, rem, xfer, error, attrerr, gotfh, gotattr; in nfsrv_readdirplus() local
4638 gotfh = gotattr = 1; in nfsrv_readdirplus()
4643 gotfh = gotattr = 0; in nfsrv_readdirplus()
4652 gotattr = 0; in nfsrv_readdirplus()
4664 if (gotattr) { in nfsrv_readdirplus()
4684 nfsm_chain_add_postop_attr(error, nd, &nmrep, (gotattr ? 0 : ENOENT), vap); in nfsrv_readdirplus()