jfs_ea 36 fs/jfs/jfs_xattr.h struct jfs_ea ea[0]; /* Variable length list */ jfs_ea 47 fs/jfs/jfs_xattr.h (sizeof (struct jfs_ea) + (ea)->namelen + 1 + \ jfs_ea 49 fs/jfs/jfs_xattr.h #define NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea)))) jfs_ea 53 fs/jfs/jfs_xattr.h ((struct jfs_ea *) (((char *) (ealist)) + EALIST_SIZE(ealist))) jfs_ea 787 fs/jfs/xattr.c struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; jfs_ea 849 fs/jfs/xattr.c new_size += sizeof (struct jfs_ea) + namelen + 1 + value_len; jfs_ea 880 fs/jfs/xattr.c ea = (struct jfs_ea *) ((char *) ealist + xattr_size); jfs_ea 954 fs/jfs/xattr.c struct jfs_ea *ea; jfs_ea 1041 fs/jfs/xattr.c struct jfs_ea *ea;