Lines Matching full:ea
311 u8 has_ea: 1; /* entry has EA */
314 u8 has_needea: 1; /* ?? some EA has NEEDEA set
318 u8 has_needea: 1; /* ?? some EA has NEEDEA set
323 u8 has_ea: 1; /* entry has EA */
355 __le32 ea_size; /* total EA length, bytes */
416 the data btree or some ea or the
417 main ea bootage pointer ea_secno
447 /* fnode: root of allocation b+ tree, and EA's */
450 entry and pointing to the file's sectors or directory's root dnode. EA's
467 __le32 ea_size_l; /* length of disk-resident ea's */
468 __le32 ea_secno; /* first sector of disk-resident ea's*/
469 __le16 ea_size_s; /* length of fnode-resident ea's */
481 __le32 n_needea; /* number of EA's with NEEDEA set */
484 to first fnode-resident ea */
489 u8 ea[316]; /* zero or more EA's, packed together member
528 A file's EA info is stored as a list of (name,value) pairs. It is
533 The value of a single EA is stored along with the name, or (if large)
537 Flags in the EA tell whether the value is immediate, in a single sector
538 run, or in multiple runs. Flags in the fnode tell whether the EA list
548 /* bit 7 set -> required ea */
565 static inline bool ea_indirect(struct extended_attribute *ea) in ea_indirect() argument
567 return ea->flags & EA_indirect; in ea_indirect()
570 static inline bool ea_in_anode(struct extended_attribute *ea) in ea_in_anode() argument
572 return ea->flags & EA_anode; in ea_in_anode()