Lines Matching defs:file_both_directory_info
293 struct file_both_directory_info { struct
294 __le32 NextEntryOffset;
295 __u32 FileIndex;
296 __le64 CreationTime;
297 __le64 LastAccessTime;
298 __le64 LastWriteTime;
299 __le64 ChangeTime;
300 __le64 EndOfFile;
301 __le64 AllocationSize;
302 __le32 ExtFileAttributes;
303 __le32 FileNameLength;
304 __le32 EaSize; /* length of the xattrs */
305 __u8 ShortNameLength;
306 __u8 Reserved;
307 __u8 ShortName[24];
308 char FileName[];