Home
last modified time | relevance | path

Searched refs:__vfs_getxattr (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/include/linux/
Dxattr.h49 ssize_t __vfs_getxattr(struct dentry *, struct inode *, const char *, void *, size_t);
/Linux-v5.4/fs/
Dxattr.c301 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_getxattr() function
313 EXPORT_SYMBOL(__vfs_getxattr);
342 return __vfs_getxattr(dentry, inode, name, value, size); in vfs_getxattr()
/Linux-v5.4/security/integrity/evm/
Devm_main.c103 error = __vfs_getxattr(dentry, inode, xattr->name, NULL, 0); in evm_find_protected_xattrs()
/Linux-v5.4/fs/ecryptfs/
Dmmap.c424 size = __vfs_getxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
Dinode.c1043 rc = __vfs_getxattr(lower_dentry, lower_inode, name, value, size); in ecryptfs_getxattr_lower()
/Linux-v5.4/security/
Dcommoncap.c300 error = __vfs_getxattr(dentry, inode, XATTR_NAME_CAPS, NULL, 0); in cap_inode_need_killpriv()
588 size = __vfs_getxattr((struct dentry *)dentry, inode, in get_vfs_caps_from_disk()
/Linux-v5.4/security/selinux/
Dhooks.c557 rc = __vfs_getxattr(root, root_inode, XATTR_NAME_SELINUX, NULL, 0); in sb_finish_set_opts()
1383 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, context, len); in inode_doinit_use_xattr()
1388 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, NULL, 0); in inode_doinit_use_xattr()
1398 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, in inode_doinit_use_xattr()
/Linux-v5.4/security/smack/
Dsmack_lsm.c295 rc = __vfs_getxattr(dp, ip, name, buffer, SMK_LONGLABEL); in smk_fetch()
3441 rc = __vfs_getxattr(dp, inode, in smack_d_instantiate()