Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/nfs/
H A Dnfs_serv.c4501 int len, nlen, rem, xfer, error, attrerr, gotfh, gotattr; in nfsrv_readdirplus() local
4676 gotfh = gotattr = 1; in nfsrv_readdirplus()
4681 gotfh = gotattr = 0; in nfsrv_readdirplus()
4690 gotattr = 0; in nfsrv_readdirplus()
4702 if (gotattr) { in nfsrv_readdirplus()
4722 nfsm_chain_add_postop_attr(error, nd, &nmrep, (gotattr ? 0 : ENOENT), vap); in nfsrv_readdirplus()