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