Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_subs.c1117 int error = 0, gotfh, gotattr; in nfsm_chain_get_fh_attr() local
1119 gotfh = gotattr = 1; in nfsm_chain_get_fh_attr()
1122 nfsm_chain_get_32(error, nmc, gotfh); in nfsm_chain_get_fh_attr()
1124 if (!error && gotfh) { /* get file handle */ in nfsm_chain_get_fh_attr()
1134 if (!gotfh) { /* skip attributes */ in nfsm_chain_get_fh_attr()
1139 } else if (gotfh) { in nfsm_chain_get_fh_attr()
H A Dnfs_serv.c4456 int len, nlen, rem, xfer, error, attrerr, gotfh, gotattr; in nfsrv_readdirplus() local
4627 gotfh = gotattr = 1; in nfsrv_readdirplus()
4632 gotfh = gotattr = 0; in nfsrv_readdirplus()
4637 gotfh = 0; in nfsrv_readdirplus()
4656 if (gotfh) { in nfsrv_readdirplus()
4674 if (gotfh) { in nfsrv_readdirplus()
H A Dnfs_vfsops.c1804 goto gotfh; in nfs4_mount()
1848 goto gotfh; in nfs4_mount()
2053 gotfh: in nfs4_mount()