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