Searched refs:jfs_ea (Results 1 – 2 of 2) sorted by relevance
29 struct jfs_ea { struct38 struct jfs_ea ea[0]; /* Variable length list */ argument49 (sizeof (struct jfs_ea) + (ea)->namelen + 1 + \51 #define NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea))))55 ((struct jfs_ea *) (((char *) (ealist)) + EALIST_SIZE(ealist)))
108 static inline int name_size(struct jfs_ea *ea) in name_size()116 static inline int copy_name(char *buffer, struct jfs_ea *ea) in copy_name()670 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr()721 new_size += sizeof (struct jfs_ea) + namelen + 1 + value_len; in __jfs_setxattr()765 ea = (struct jfs_ea *) ((char *) ealist + xattr_size); in __jfs_setxattr()809 struct jfs_ea *ea; in __jfs_getxattr()859 static inline int can_list(struct jfs_ea *ea) in can_list()873 struct jfs_ea *ea; in jfs_listxattr()