Searched refs:fhs (Results 1 – 2 of 2) sorted by relevance
227 struct fha_hash_slot *fhs; in fha_hash_entry_lookup() local231 fhs = &softc->fha_hash[fh % FHA_HASH_SIZE]; in fha_hash_entry_lookup()233 new_fhe->mtx = &fhs->mtx; in fha_hash_entry_lookup()234 mtx_lock(&fhs->mtx); in fha_hash_entry_lookup()235 LIST_FOREACH(fhe, &fhs->list, link) in fha_hash_entry_lookup()240 LIST_INSERT_HEAD(&fhs->list, fhe, link); in fha_hash_entry_lookup()
732 am_nfs_handle_t fhs; in nfs_init() local768 error = prime_nfs_fhandle_cache(colon + 1, mf->mf_server, &fhs, mf); in nfs_init()772 memmove(mf->mf_private, (voidp) &fhs, sizeof(fhs)); in nfs_init()