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

/linux-master/fs/fat/
H A Dfat.h58 #define FAT_HASH_SIZE (1UL << FAT_HASH_BITS) macro
98 struct hlist_head inode_hashtable[FAT_HASH_SIZE];
101 struct hlist_head dir_hashtable[FAT_HASH_SIZE];
H A Dinode.c382 for (i = 0; i < FAT_HASH_SIZE; i++)
397 for (i = 0; i < FAT_HASH_SIZE; i++)

Completed in 111 milliseconds