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