jfs_ea             25 fs/jfs/jfs_xattr.h 	struct jfs_ea ea[0];	/* Variable length list */
jfs_ea             36 fs/jfs/jfs_xattr.h 	(sizeof (struct jfs_ea) + (ea)->namelen + 1 + \
jfs_ea             38 fs/jfs/jfs_xattr.h #define	NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea))))
jfs_ea             42 fs/jfs/jfs_xattr.h 	((struct jfs_ea *) (((char *) (ealist)) + EALIST_SIZE(ealist)))
jfs_ea             95 fs/jfs/xattr.c static inline int name_size(struct jfs_ea *ea)
jfs_ea            103 fs/jfs/xattr.c static inline int copy_name(char *buffer, struct jfs_ea *ea)
jfs_ea            659 fs/jfs/xattr.c 	struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL;
jfs_ea            710 fs/jfs/xattr.c 		new_size += sizeof (struct jfs_ea) + namelen + 1 + value_len;
jfs_ea            754 fs/jfs/xattr.c 		ea = (struct jfs_ea *) ((char *) ealist + xattr_size);
jfs_ea            798 fs/jfs/xattr.c 	struct jfs_ea *ea;
jfs_ea            848 fs/jfs/xattr.c static inline int can_list(struct jfs_ea *ea)
jfs_ea            862 fs/jfs/xattr.c 	struct jfs_ea *ea;