Lines Matching defs:fileEntry
560 struct fileEntry { struct
561 struct tag descTag;
562 struct icbtag icbTag;
563 __le32 uid;
564 __le32 gid;
565 __le32 permissions;
566 __le16 fileLinkCount;
567 uint8_t recordFormat;
568 uint8_t recordDisplayAttr;
569 __le32 recordLength;
570 __le64 informationLength;
571 __le64 logicalBlocksRecorded;
572 struct timestamp accessTime;
573 struct timestamp modificationTime;
574 struct timestamp attrTime;
575 __le32 checkpoint;
576 struct long_ad extendedAttrICB;
577 struct regid impIdent;
578 __le64 uniqueID;
579 __le32 lengthExtendedAttr;
580 __le32 lengthAllocDescs;
581 uint8_t extendedAttr[];