Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dexfat_fs.h37 #define EXFAT_HASH_SIZE (1UL << EXFAT_HASH_BITS) macro
277 struct hlist_head inode_hashtable[EXFAT_HASH_SIZE];
H A Dsuper.c330 for (i = 0; i < EXFAT_HASH_SIZE; i++) in exfat_hash_init()