Lines Matching defs:exfat_dir_entry
180 struct exfat_dir_entry { struct
181 struct exfat_chain dir;
182 int entry;
183 unsigned int type;
184 unsigned int start_clu;
185 unsigned char flags;
186 unsigned short attr;
187 loff_t size;
188 unsigned int num_subdirs;
189 struct timespec64 atime;
190 struct timespec64 mtime;
191 struct timespec64 crtime;
192 struct exfat_dentry_namebuf namebuf;