Home
last modified time | relevance | path

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

/linux-2.4.37.9/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.c97 static inline int is_os2_xattr(struct jfs_ea *ea) in is_os2_xattr()
121 static inline int name_size(struct jfs_ea *ea) in name_size()
129 static inline int copy_name(char *buffer, struct jfs_ea *ea) in copy_name()
675 struct jfs_ea *ea, *old_ea = NULL, *next_ea = NULL; in __jfs_setxattr()
738 new_size += sizeof (struct jfs_ea) + namelen + 1 + value_len; in __jfs_setxattr()
769 ea = (struct jfs_ea *) ((char *) ealist + xattr_size); in __jfs_setxattr()
832 struct jfs_ea *ea; in __jfs_getxattr()
905 struct jfs_ea *ea; in jfs_listxattr()