Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_xattr.h16 struct jfs_ea { struct
25 struct jfs_ea ea[]; /* Variable length list */ argument
36 (sizeof (struct jfs_ea) + (ea)->namelen + 1 + \
38 #define NEXT_EA(ea) ((struct jfs_ea *) (((char *) (ea)) + (EA_SIZE (ea))))
42 ((struct jfs_ea *) (((char *) (ealist)) + EALIST_SIZE(ealist)))
Dxattr.c95 static inline int name_size(struct jfs_ea *ea) in name_size()
103 static inline int copy_name(char *buffer, struct jfs_ea *ea) in copy_name()
659 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr()
710 new_size += sizeof (struct jfs_ea) + namelen + 1 + value_len; in __jfs_setxattr()
754 ea = (struct jfs_ea *) ((char *) ealist + xattr_size); in __jfs_setxattr()
798 struct jfs_ea *ea; in __jfs_getxattr()
848 static inline int can_list(struct jfs_ea *ea) in can_list()
862 struct jfs_ea *ea; in jfs_listxattr()