Searched refs:erofs_getxattr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | xattr.h | 69 int erofs_getxattr(struct inode *, int, const char *, void *, size_t); 72 static inline int erofs_getxattr(struct inode *inode, int index, in erofs_getxattr() function
|
H A D | xattr.c | 441 int erofs_getxattr(struct inode *inode, int index, in erofs_getxattr() function 491 return erofs_getxattr(inode, handler->flags, name, buffer, size); in erofs_xattr_generic_get() 694 rc = erofs_getxattr(inode, prefix, "", NULL, 0); in erofs_get_acl() 699 rc = erofs_getxattr(inode, prefix, "", value, rc); in erofs_get_acl()
|
/kernel/linux/linux-6.6/fs/erofs/ |
H A D | xattr.h | 51 int erofs_getxattr(struct inode *, int, const char *, void *, size_t); 56 static inline int erofs_getxattr(struct inode *inode, int index, in erofs_getxattr() function
|
H A D | xattr.c | 146 return erofs_getxattr(inode, handler->flags, name, buffer, size); in erofs_xattr_generic_get() 393 int erofs_getxattr(struct inode *inode, int index, const char *name, in erofs_getxattr() function 543 rc = erofs_getxattr(inode, prefix, "", NULL, 0); in erofs_get_acl() 548 rc = erofs_getxattr(inode, prefix, "", value, rc); in erofs_get_acl()
|
Completed in 3 milliseconds