Lines Matching defs:vfat_dir_entry
287 struct vfat_dir_entry { struct288 __u8 name[11];289 __u8 attr;290 __u16 time_creat;291 __u16 date_creat;292 __u16 time_acc;293 __u16 date_acc;294 __u16 cluster_high;295 __u16 time_write;296 __u16 date_write;297 __u16 cluster_low;298 __u32 size;