Home
last modified time | relevance | path

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

/linux/security/integrity/evm/
A Devm_main.c148 error = __vfs_getxattr(dentry, inode, xattr->name, NULL, 0); in evm_find_protected_xattrs()
346 rc = __vfs_getxattr(dentry, d_backing_inode(dentry), in evm_read_protected_xattrs()
375 rc = __vfs_getxattr(dentry, in evm_read_protected_xattrs()
/linux/include/linux/
A Dxattr.h52 ssize_t __vfs_getxattr(struct dentry *, struct inode *, const char *, void *, size_t);
/linux/fs/
A Dxattr.c389 __vfs_getxattr(struct dentry *dentry, struct inode *inode, const char *name, in __vfs_getxattr() function
401 EXPORT_SYMBOL(__vfs_getxattr);
432 return __vfs_getxattr(dentry, inode, name, value, size); in vfs_getxattr()
/linux/security/
A Dcommoncap.c300 error = __vfs_getxattr(dentry, inode, XATTR_NAME_CAPS, NULL, 0); in cap_inode_need_killpriv()
663 size = __vfs_getxattr((struct dentry *)dentry, inode, in get_vfs_caps_from_disk()
/linux/fs/ecryptfs/
A Dmmap.c425 size = __vfs_getxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME, in ecryptfs_write_inode_size_to_xattr()
A Dinode.c1053 rc = __vfs_getxattr(lower_dentry, lower_inode, name, value, size); in ecryptfs_getxattr_lower()
/linux/security/selinux/
A Dhooks.c514 rc = __vfs_getxattr(root, root_inode, XATTR_NAME_SELINUX, NULL, 0); in sb_check_xattr_support()
1379 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, context, len); in inode_doinit_use_xattr()
1384 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, NULL, 0); in inode_doinit_use_xattr()
1394 rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, in inode_doinit_use_xattr()
/linux/security/smack/
A Dsmack_lsm.c294 rc = __vfs_getxattr(dp, ip, name, buffer, SMK_LONGLABEL); in smk_fetch()
3441 rc = __vfs_getxattr(dp, inode, in smack_d_instantiate()
/linux/
A Dvmlinux.symvers4474 0x00000000 __vfs_getxattr vmlinux EXPORT_SYMBOL
A DSystem.map9287 ffff80001027c340 T __vfs_getxattr
A D.tmp_System.map9287 ffff80001027c340 T __vfs_getxattr

Completed in 345 milliseconds