Lines Matching defs:file_both_directory_info
352 struct file_both_directory_info { struct
353 __le32 NextEntryOffset;
354 __u32 FileIndex;
355 __le64 CreationTime;
356 __le64 LastAccessTime;
357 __le64 LastWriteTime;
358 __le64 ChangeTime;
359 __le64 EndOfFile;
360 __le64 AllocationSize;
361 __le32 ExtFileAttributes;
362 __le32 FileNameLength;
363 __le32 EaSize; /* length of the xattrs */
364 __u8 ShortNameLength;
365 __u8 Reserved;
366 __u8 ShortName[24];
367 char FileName[1];