Searched refs:f2fs_getxattr (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | xattr.h | 123 extern int f2fs_getxattr(struct inode *, int, const char *, void *, 135 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 | xattr.c | 45 return f2fs_getxattr(inode, handler->flags, name, in f2fs_xattr_generic_get() 473 int f2fs_getxattr(struct inode *inode, int index, const char *name, in f2fs_getxattr() function
|
D | super.c | 1938 return f2fs_getxattr(inode, F2FS_XATTR_INDEX_ENCRYPTION, in f2fs_get_context()
|