Searched refs:FAT_CACHE_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
25 (sec >> p_fs->sectors_per_clu_bits)) & (FAT_CACHE_HASH_SIZE - 1); in FAT_cache_find()91 (FAT_CACHE_HASH_SIZE - 1); in FAT_cache_insert_hash()167 for (i = 0; i < FAT_CACHE_HASH_SIZE; i++) { in buf_init()
155 #define FAT_CACHE_HASH_SIZE 64 macro626 struct buf_cache_t FAT_cache_hash_list[FAT_CACHE_HASH_SIZE];