Searched defs:exfat_dir_entry (Results 1 – 2 of 2) sorted by relevance
203 struct exfat_dir_entry { struct204 struct exfat_chain dir;205 int entry;206 unsigned int type;207 unsigned int start_clu;208 unsigned char flags;209 unsigned short attr;210 loff_t size;211 unsigned int num_subdirs;212 struct timespec64 atime;[all …]
180 struct exfat_dir_entry { struct181 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;[all …]