Searched refs:__jfs_getxattr (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | acl.c | 38 size = __jfs_getxattr(inode, ea_name, NULL, 0); in jfs_get_acl() 44 size = __jfs_getxattr(inode, ea_name, value, size); in jfs_get_acl()
|
H A D | jfs_xattr.h | 46 extern ssize_t __jfs_getxattr(struct inode *, const char *, void *, size_t);
|
H A D | xattr.c | 798 ssize_t __jfs_getxattr(struct inode *inode, const char *name, void *data, in __jfs_getxattr() function 950 return __jfs_getxattr(inode, name, value, size); in jfs_xattr_get() 969 return __jfs_getxattr(inode, name, value, size); in jfs_xattr_get_os2()
|