Lines Matching defs:fileEntry
543 struct fileEntry { struct
544 struct tag descTag;
545 struct icbtag icbTag;
546 __le32 uid;
547 __le32 gid;
548 __le32 permissions;
549 __le16 fileLinkCount;
550 uint8_t recordFormat;
551 uint8_t recordDisplayAttr;
552 __le32 recordLength;
553 __le64 informationLength;
554 __le64 logicalBlocksRecorded;
555 struct timestamp accessTime;
556 struct timestamp modificationTime;
557 struct timestamp attrTime;
558 __le32 checkpoint;
559 struct long_ad extendedAttrICB;
560 struct regid impIdent;
561 __le64 uniqueID;
562 __le32 lengthExtendedAttr;
563 __le32 lengthAllocDescs;
564 uint8_t extendedAttr[0];
565 uint8_t allocDescs[0];