Home
last modified time | relevance | path

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

/NextBSD/sys/nfs/
HDnfs_fha.c233 struct fha_hash_slot *fhs; in fha_hash_entry_lookup() local
237 fhs = &softc->fha_hash[fh % FHA_HASH_SIZE]; in fha_hash_entry_lookup()
239 new_fhe->mtx = &fhs->mtx; in fha_hash_entry_lookup()
240 mtx_lock(&fhs->mtx); in fha_hash_entry_lookup()
241 LIST_FOREACH(fhe, &fhs->list, link) in fha_hash_entry_lookup()
246 LIST_INSERT_HEAD(&fhs->list, fhe, link); in fha_hash_entry_lookup()
/NextBSD/contrib/amd/amd/
HDops_nfs.c724 am_nfs_handle_t fhs; in nfs_init() local
746 error = prime_nfs_fhandle_cache(colon + 1, mf->mf_server, &fhs, mf); in nfs_init()
750 memmove(mf->mf_private, (voidp) &fhs, sizeof(fhs)); in nfs_init()