Home
last modified time | relevance | path

Searched refs:f2fs_getxattr (Results 1 – 5 of 5) sorted by relevance

/linux/fs/f2fs/
H A Dxattr.h134 int f2fs_getxattr(struct inode *, int, const char *, void *,
149 static inline int f2fs_getxattr(struct inode *inode, int index, in f2fs_getxattr() function
H A Dacl.c180 retval = f2fs_getxattr(inode, name_index, "", NULL, 0, dfolio); in __f2fs_get_acl()
185 retval = f2fs_getxattr(inode, name_index, "", value, in __f2fs_get_acl()
H A Dverity.c228 res = f2fs_getxattr(inode, F2FS_XATTR_INDEX_VERITY, in f2fs_get_verity_descriptor()
H A Dxattr.c64 return f2fs_getxattr(inode, handler->flags, name, in f2fs_xattr_generic_get()
515 int f2fs_getxattr(struct inode *inode, int index, const char *name, in f2fs_getxattr() function
H A Dsuper.c3638 return f2fs_getxattr(inode, F2FS_XATTR_INDEX_ENCRYPTION, in f2fs_get_context()