Home
last modified time | relevance | path

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

/linux-3.4.99/fs/jfs/
Djfs_xattr.h27 struct jfs_ea { struct
36 struct jfs_ea ea[0]; /* Variable length list */ argument
47 (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)))
Dxattr.c105 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()