Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat.h722 struct hlist_head inode_hashtable[EXFAT_HASH_SIZE]; member
Dexfat_super.c2503 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos); in exfat_attach()
3284 struct hlist_head *head = sbi->inode_hashtable + exfat_hash(i_pos); in exfat_iget()
3783 INIT_HLIST_HEAD(&sbi->inode_hashtable[i]); in exfat_hash_init()