Searched refs:f2fs_getxattr (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | crypto_policy.c | 23 int res = f2fs_getxattr(inode, F2FS_XATTR_INDEX_ENCRYPTION, in f2fs_inode_has_encryption_context() 36 int res = f2fs_getxattr(inode, F2FS_XATTR_INDEX_ENCRYPTION, in f2fs_is_encryption_context_consistent_with_policy() 121 res = f2fs_getxattr(inode, F2FS_XATTR_INDEX_ENCRYPTION, in f2fs_get_policy()
|
D | xattr.h | 122 extern int f2fs_getxattr(struct inode *, int, const char *, void *, 133 static inline int f2fs_getxattr(struct inode *inode, int index, in f2fs_getxattr() function
|
D | acl.c | 176 retval = f2fs_getxattr(inode, name_index, "", NULL, 0, dpage); in __f2fs_get_acl() 181 retval = f2fs_getxattr(inode, name_index, "", value, in __f2fs_get_acl()
|
D | xattr.c | 82 return f2fs_getxattr(d_inode(dentry), handler->flags, name, in f2fs_xattr_generic_get() 400 int f2fs_getxattr(struct inode *inode, int index, const char *name, in f2fs_getxattr() function
|
D | crypto_key.c | 145 res = f2fs_getxattr(inode, F2FS_XATTR_INDEX_ENCRYPTION, in _f2fs_get_encryption_info()
|