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