Searched refs:jfs_ea (Results 1 – 2 of 2) sorted by relevance
27 struct jfs_ea { struct36 struct jfs_ea ea[0]; /* Variable length list */ argument47 (sizeof (struct jfs_ea) + (ea)->namelen + 1 + \49 #define NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea))))53 ((struct jfs_ea *) (((char *) (ealist)) + EALIST_SIZE(ealist)))
105 static int is_os2_xattr(struct jfs_ea *ea) in is_os2_xattr()110 static inline int name_size(struct jfs_ea *ea) in name_size()118 static inline int copy_name(char *buffer, struct jfs_ea *ea) in copy_name()770 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr()832 new_size += sizeof (struct jfs_ea) + namelen + 1 + value_len; in __jfs_setxattr()863 ea = (struct jfs_ea *) ((char *) ealist + xattr_size); in __jfs_setxattr()937 struct jfs_ea *ea; in __jfs_getxattr()1010 static inline int can_list(struct jfs_ea *ea) in can_list()1024 struct jfs_ea *ea; in jfs_listxattr()