jfs_ea
struct jfs_ea ea[]; /* Variable length list */
(sizeof (struct jfs_ea) + (ea)->namelen + 1 + \
#define NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea))))
((struct jfs_ea *) (((char *) (ealist)) + EALIST_SIZE(ealist)))
static inline int copy_name(char *buffer, struct jfs_ea *ea)
struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL;
new_size += sizeof (struct jfs_ea) + namelen + 1 + value_len;
ea = (struct jfs_ea *) ((char *) ealist + xattr_size);
struct jfs_ea *ea, *ealist_end;
static inline int can_list(struct jfs_ea *ea)
struct jfs_ea *ea, *ealist_end;
static inline int name_size(struct jfs_ea *ea)