Lines Matching defs:extfile_entry
770 struct extfile_entry { struct
771 struct desc_tag tag;
772 struct icb_tag icbtag;
773 uint32_t uid;
774 uint32_t gid;
775 uint32_t perm;
776 uint16_t link_cnt;
777 uint8_t rec_format;
778 uint8_t rec_disp_attr;
779 uint32_t rec_len;
780 uint64_t inf_len;
781 uint64_t obj_size;
782 uint64_t logblks_rec;
783 struct timestamp atime;
784 struct timestamp mtime;
785 struct timestamp ctime;
786 struct timestamp attrtime;
787 uint32_t ckpoint;
788 uint32_t reserved1;
789 struct long_ad ex_attr_icb;
790 struct long_ad streamdir_icb;
791 struct regid imp_id;
792 uint64_t unique_id;
793 uint32_t l_ea; /* Length of extended attribute area */
794 uint32_t l_ad; /* Length of allocation descriptors */
795 uint8_t data[1];