Lines Matching defs:file_entry
329 struct file_entry { struct
330 struct desc_tag tag;
331 struct icb_tag icbtag;
332 uint32_t uid;
333 uint32_t gid;
334 uint32_t perm;
335 uint16_t link_cnt;
336 uint8_t rec_format;
337 uint8_t rec_disp_attr;
338 uint32_t rec_len;
339 uint64_t inf_len;
340 uint64_t logblks_rec;
341 struct timestamp atime;
342 struct timestamp mtime;
343 struct timestamp attrtime;
344 uint32_t ckpoint;
345 struct long_ad ex_attr_icb;
346 struct regid imp_id;
347 uint64_t unique_id;
348 uint32_t l_ea; /* Length of extended attribute area */
349 uint32_t l_ad; /* Length of allocation descriptors */
350 uint8_t data[1];