Searched defs:exfat_dir_entry (Results 1 – 1 of 1) sorted by relevance
177 struct exfat_dir_entry { struct178 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;[all …]