Searched refs:gotfh (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | nfs_subs.c | 1116 int error = 0, gotfh, gotattr; in nfsm_chain_get_fh_attr() local 1118 gotfh = gotattr = 1; in nfsm_chain_get_fh_attr() 1121 nfsm_chain_get_32(error, nmc, gotfh); in nfsm_chain_get_fh_attr() 1123 if (!error && gotfh) { /* get file handle */ in nfsm_chain_get_fh_attr() 1133 if (!gotfh) { /* skip attributes */ in nfsm_chain_get_fh_attr() 1138 } else if (gotfh) { in nfsm_chain_get_fh_attr()
|
| H A D | nfs_serv.c | 4481 int len, nlen, rem, xfer, error, attrerr, gotfh, gotattr; in nfsrv_readdirplus() local 4652 gotfh = gotattr = 1; in nfsrv_readdirplus() 4657 gotfh = gotattr = 0; in nfsrv_readdirplus() 4662 gotfh = 0; in nfsrv_readdirplus() 4681 if (gotfh) { in nfsrv_readdirplus() 4699 if (gotfh) { in nfsrv_readdirplus()
|
| H A D | nfs_vfsops.c | 1818 goto gotfh; in nfs4_mount() 1862 goto gotfh; in nfs4_mount() 2056 gotfh: in nfs4_mount()
|