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