Home
last modified time | relevance | path

Searched defs:exfat_entry_set_cache (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/exfat/
Dexfat_fs.h192 struct exfat_entry_set_cache { struct
193 struct super_block *sb;
194 unsigned int start_off;
195 int num_bh;
196 struct buffer_head *__bh[DIR_CACHE_SIZE];
197 struct buffer_head **bh;
198 unsigned int num_entries;
199 bool modified;