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