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