Lines Matching refs:fh
142 * We start off with a random fh. If we get a reasonable
143 * procnum, we set the fh. If there's a concept of offset
146 i->fh = ++random_fh;
181 error = cb->get_fh(&i->fh, v3, &md, &dpos);
194 fha_hash_entry_new(u_int64_t fh)
199 e->fh = fh;
232 fha_hash_entry_lookup(struct fha_params *softc, u_int64_t fh)
239 fhs = &softc->fha_hash[fh % FHA_HASH_SIZE];
240 new_fhe = fha_hash_entry_new(fh);
244 if (fhe->fh == fh)
410 fhe = fha_hash_entry_lookup(softc, i.fh);
511 sbuf_printf(&sb, " fh: %ju\n", (uintmax_t) fhe->fh);