Searched refs:erofs_getxattr (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/erofs/ |
| H A D | xattr.c | 335 static int erofs_getxattr(struct inode *inode, int index, const char *name, in erofs_getxattr() function 424 return erofs_getxattr(inode, handler->flags, name, buffer, size); in erofs_xattr_generic_get() 578 rc = erofs_getxattr(inode, prefix, "", NULL, 0); in erofs_get_acl() 583 rc = erofs_getxattr(inode, prefix, "", value, rc); in erofs_get_acl() 633 valuelen = erofs_getxattr(inode, base_index, infix, NULL, 0); in erofs_xattr_fill_inode_fingerprint() 640 if (valuelen != erofs_getxattr(inode, base_index, infix, in erofs_xattr_fill_inode_fingerprint()
|