Home
last modified time | relevance | path

Searched refs:dir_hashtable (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/fat/
H A Dnfs.c30 head = sbi->dir_hashtable + fat_dir_hash(i_logstart); in fat_dget()
H A Dfat.h101 struct hlist_head dir_hashtable[FAT_HASH_SIZE]; member
H A Dinode.c398 INIT_HLIST_HEAD(&sbi->dir_hashtable[i]); in dir_hash_init()
420 struct hlist_head *d_head = sbi->dir_hashtable; in fat_attach()