Home
last modified time | relevance | path

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

/fs/fat/
Dfat.h57 #define FAT_HASH_SIZE (1UL << FAT_HASH_BITS) macro
97 struct hlist_head inode_hashtable[FAT_HASH_SIZE];
100 struct hlist_head dir_hashtable[FAT_HASH_SIZE];
Dinode.c372 for (i = 0; i < FAT_HASH_SIZE; i++) in fat_hash_init()
387 for (i = 0; i < FAT_HASH_SIZE; i++) in dir_hash_init()