Searched refs:gotfh (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c924 int error = 0, gotfh, gotattr; local
926 gotfh = gotattr = 1;
929 nfsm_chain_get_32(error, nmc, gotfh);
930 if (!error && gotfh) /* get file handle */
938 if (!gotfh) /* skip attributes */
942 } else if (gotfh) {
H A Dnfs_serv.c4122 int len, nlen, rem, xfer, error, attrerr, gotfh, gotattr; local
4272 gotfh = gotattr = 1;
4277 gotfh = gotattr = 0;
4282 gotfh = 0;
4298 if (gotfh)
4314 if (gotfh)
H A Dnfs_vfsops.c2171 goto gotfh;
2214 goto gotfh;
2402 gotfh:

Completed in 100 milliseconds