Searched defs:exfat_entry_set_cache (Results 1 – 1 of 1) sorted by relevance
190 struct exfat_entry_set_cache { struct191 struct super_block *sb;192 unsigned int start_off;193 int num_bh;194 struct buffer_head *__bh[DIR_CACHE_SIZE];195 struct buffer_head **bh;196 unsigned int num_entries;197 bool modified;