Lines Matching defs:extendedFileEntry
767 struct extendedFileEntry { struct
768 struct tag descTag;
769 struct icbtag icbTag;
770 __le32 uid;
771 __le32 gid;
772 __le32 permissions;
773 __le16 fileLinkCount;
774 uint8_t recordFormat;
775 uint8_t recordDisplayAttr;
776 __le32 recordLength;
777 __le64 informationLength;
778 __le64 objectSize;
779 __le64 logicalBlocksRecorded;
780 struct timestamp accessTime;
781 struct timestamp modificationTime;
782 struct timestamp createTime;
783 struct timestamp attrTime;
784 __le32 checkpoint;
785 __le32 reserved;
786 struct long_ad extendedAttrICB;
787 struct long_ad streamDirectoryICB;
788 struct regid impIdent;
789 __le64 uniqueID;
790 __le32 lengthExtendedAttr;
791 __le32 lengthAllocDescs;
792 uint8_t extendedAttr[0];
793 uint8_t allocDescs[0];