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