Searched refs:file_hashtbl (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/fs/nfsd/
H A Dstate.h487 * These are hashed by filehandle in the file_hashtbl, which is protected by
H A Dnfs4state.c398 static struct hlist_head file_hashtbl[FILE_HASH_SIZE]; variable in typeref:struct:hlist_head
3230 hlist_add_head_rcu(&fp->fi_hash, &file_hashtbl[hashval]); nfsd4_init_file()
3457 /* search file_hashtbl[] for file */
3463 hlist_for_each_entry_rcu(fp, &file_hashtbl[hashval], fi_hash) { find_file_locked()

Completed in 158 milliseconds