Home
last modified time | relevance | path

Searched refs:inode_hashtable (Results 1 – 5 of 5) sorted by relevance

/linux/fs/exfat/
H A Dinode.c580 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos); in exfat_hash_inode()
602 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos); in exfat_iget()
H A Dexfat_fs.h283 struct hlist_head inode_hashtable[EXFAT_HASH_SIZE]; member
H A Dsuper.c341 INIT_HLIST_HEAD(&sbi->inode_hashtable[i]); in exfat_hash_init()
/linux/fs/fat/
H A Dfat.h101 struct hlist_head inode_hashtable[FAT_HASH_SIZE]; member
H A Dinode.c383 INIT_HLIST_HEAD(&sbi->inode_hashtable[i]); in fat_hash_init()
406 struct hlist_head *head = sbi->inode_hashtable in fat_attach()
449 struct hlist_head *head = sbi->inode_hashtable + fat_hash(i_pos); in fat_iget()