Lines Matching defs:exfat_dir_entry
206 struct exfat_dir_entry { struct
207 struct exfat_chain dir;
208 int entry;
209 unsigned int type;
210 unsigned int start_clu;
211 unsigned char flags;
212 unsigned short attr;
213 loff_t size;
214 loff_t valid_size;
215 unsigned int num_subdirs;
216 struct timespec64 atime;
217 struct timespec64 mtime;
218 struct timespec64 crtime;
219 struct exfat_dentry_namebuf namebuf;