Searched refs:f2fs_getxattr (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/fs/f2fs/ |
| D | xattr.h | 130 extern int f2fs_getxattr(struct inode *, int, const char *, void *, 142 static inline int f2fs_getxattr(struct inode *inode, int index, in f2fs_getxattr() function
|
| D | acl.c | 178 retval = f2fs_getxattr(inode, name_index, "", NULL, 0, dpage); in __f2fs_get_acl() 183 retval = f2fs_getxattr(inode, name_index, "", value, in __f2fs_get_acl()
|
| D | verity.c | 198 res = f2fs_getxattr(inode, F2FS_XATTR_INDEX_VERITY, in f2fs_get_verity_descriptor()
|
| D | xattr.c | 43 return f2fs_getxattr(inode, handler->flags, name, in f2fs_xattr_generic_get() 494 int f2fs_getxattr(struct inode *inode, int index, const char *name, in f2fs_getxattr() function
|
| D | super.c | 2281 return f2fs_getxattr(inode, F2FS_XATTR_INDEX_ENCRYPTION, in f2fs_get_context()
|