Searched defs:exfat_entry_set_cache (Results 1 – 1 of 1) sorted by relevance
194 struct exfat_entry_set_cache { struct195 struct super_block *sb;196 unsigned int start_off;197 int num_bh;198 struct buffer_head *__bh[DIR_CACHE_SIZE];199 struct buffer_head **bh;200 unsigned int num_entries;201 bool modified;