Searched defs:exfat_dir_entry (Results 1 – 1 of 1) sorted by relevance
176 struct exfat_dir_entry { struct177 struct exfat_chain dir;178 int entry;179 unsigned int type;180 unsigned int start_clu;181 unsigned char flags;182 unsigned short attr;183 loff_t size;184 unsigned int num_subdirs;185 struct timespec64 atime;[all …]