Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dcrypto_policy.c23 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()
Dxattr.h122 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
Dacl.c176 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()
Dxattr.c82 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
Dcrypto_key.c145 res = f2fs_getxattr(inode, F2FS_XATTR_INDEX_ENCRYPTION, in _f2fs_get_encryption_info()