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