nfs_fha.c | 235 struct fha_hash_slot *fhs; local in function:fha_hash_entry_lookup 239 fhs = &softc->fha_hash[fh % FHA_HASH_SIZE]; 241 new_fhe->mtx = &fhs->mtx; 242 mtx_lock(&fhs->mtx); 243 LIST_FOREACH(fhe, &fhs->list, link) 248 LIST_INSERT_HEAD(&fhs->list, fhe, link);
|