Searched refs:fhs (Results 1 – 2 of 2) sorted by relevance
233 struct fha_hash_slot *fhs; in fha_hash_entry_lookup() local237 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()
724 am_nfs_handle_t fhs; in nfs_init() local746 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()