Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/exfat/
Dexfat_fs.h168 struct exfat_entry_set_cache { struct
169 struct super_block *sb;
170 bool modified;
171 unsigned int start_off;
172 int num_bh;
173 struct buffer_head *__bh[DIR_CACHE_SIZE];
174 struct buffer_head **bh;
175 unsigned int num_entries;
/kernel/linux/linux-6.6/fs/exfat/
Dexfat_fs.h191 struct exfat_entry_set_cache { struct
192 struct super_block *sb;
193 unsigned int start_off;
194 int num_bh;
195 struct buffer_head *__bh[DIR_CACHE_SIZE];
196 struct buffer_head **bh;
197 unsigned int num_entries;
198 bool modified;