Searched refs:__jfs_getxattr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | acl.c | 35 size = __jfs_getxattr(inode, ea_name, NULL, 0); in jfs_get_acl() 41 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 | 794 ssize_t __jfs_getxattr(struct inode *inode, const char *name, void *data, in __jfs_getxattr() function 931 return __jfs_getxattr(inode, name, value, size); in jfs_xattr_get() 949 return __jfs_getxattr(inode, name, value, size); in jfs_xattr_get_os2()
|
/kernel/linux/linux-6.6/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 | 794 ssize_t __jfs_getxattr(struct inode *inode, const char *name, void *data, in __jfs_getxattr() function 931 return __jfs_getxattr(inode, name, value, size); in jfs_xattr_get() 950 return __jfs_getxattr(inode, name, value, size); in jfs_xattr_get_os2()
|
Completed in 10 milliseconds