Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dxattr.h50 ssize_t __vfs_getxattr(struct dentry *, struct inode *, const char *, void *, size_t);
/Linux-v5.10/fs/
Dxattr.c365 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_getxattr() function
377 EXPORT_SYMBOL(__vfs_getxattr);
406 return __vfs_getxattr(dentry, inode, name, value, size); in vfs_getxattr()
/Linux-v5.10/security/integrity/evm/
Devm_main.c104 error = __vfs_getxattr(dentry, inode, xattr->name, NULL, 0); in evm_find_protected_xattrs()
/Linux-v5.10/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.10/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.10/security/selinux/
Dhooks.c507 rc = __vfs_getxattr(root, root_inode, XATTR_NAME_SELINUX, NULL, 0); in sb_finish_set_opts()
1335 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, context, len); in inode_doinit_use_xattr()
1340 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, NULL, 0); in inode_doinit_use_xattr()
1350 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, in inode_doinit_use_xattr()
/Linux-v5.10/security/smack/
Dsmack_lsm.c292 rc = __vfs_getxattr(dp, ip, name, buffer, SMK_LONGLABEL); in smk_fetch()
3433 rc = __vfs_getxattr(dp, inode, in smack_d_instantiate()