Lines Matching defs:extendedFileEntry
781 struct extendedFileEntry { struct
782 struct tag descTag;
783 struct icbtag icbTag;
784 __le32 uid;
785 __le32 gid;
786 __le32 permissions;
787 __le16 fileLinkCount;
788 uint8_t recordFormat;
789 uint8_t recordDisplayAttr;
790 __le32 recordLength;
791 __le64 informationLength;
792 __le64 objectSize;
793 __le64 logicalBlocksRecorded;
794 struct timestamp accessTime;
795 struct timestamp modificationTime;
796 struct timestamp createTime;
797 struct timestamp attrTime;
798 __le32 checkpoint;
799 __le32 reserved;
800 struct long_ad extendedAttrICB;
801 struct long_ad streamDirectoryICB;
802 struct regid impIdent;
803 __le64 uniqueID;
804 __le32 lengthExtendedAttr;
805 __le32 lengthAllocDescs;
806 uint8_t extendedAttr[0];
807 uint8_t allocDescs[0];