Home
last modified time | relevance | path

Searched refs:jfs_ea (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/jfs/
Djfs_xattr.h29 struct jfs_ea { struct
38 struct jfs_ea ea[0]; /* Variable length list */ argument
49 (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)))
Dxattr.c108 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()
672 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr()
723 new_size += sizeof (struct jfs_ea) + namelen + 1 + value_len; in __jfs_setxattr()
767 ea = (struct jfs_ea *) ((char *) ealist + xattr_size); in __jfs_setxattr()
811 struct jfs_ea *ea; in __jfs_getxattr()
861 static inline int can_list(struct jfs_ea *ea) in can_list()
875 struct jfs_ea *ea; in jfs_listxattr()