Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Dxattr.h68 int erofs_getxattr(struct inode *, int, const char *, void *, size_t);
71 static inline int erofs_getxattr(struct inode *inode, int index, in erofs_getxattr() function
A Dxattr.c440 int erofs_getxattr(struct inode *inode, int index, in erofs_getxattr() function
490 return erofs_getxattr(inode, handler->flags, name, buffer, size); in erofs_xattr_generic_get()
696 rc = erofs_getxattr(inode, prefix, "", NULL, 0); in erofs_get_acl()
701 rc = erofs_getxattr(inode, prefix, "", value, rc); in erofs_get_acl()

Completed in 4 milliseconds