Searched refs:__vfs_getxattr (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.15/security/integrity/evm/ | 
| D | evm_main.c | 148 		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-v5.15/include/linux/ | 
| D | xattr.h | 52 ssize_t __vfs_getxattr(struct dentry *, struct inode *, const char *, void *, size_t);
  | 
| /Linux-v5.15/fs/ | 
| D | xattr.c | 389 __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-v5.15/fs/ecryptfs/ | 
| D | mmap.c | 425 	size = __vfs_getxattr(lower_dentry, lower_inode, ECRYPTFS_XATTR_NAME,  in ecryptfs_write_inode_size_to_xattr()
  | 
| D | inode.c | 1053 	rc = __vfs_getxattr(lower_dentry, lower_inode, name, value, size);  in ecryptfs_getxattr_lower()
  | 
| /Linux-v5.15/security/ | 
| D | commoncap.c | 300 	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-v5.15/security/selinux/ | 
| D | hooks.c | 537 	rc = __vfs_getxattr(root, root_inode, XATTR_NAME_SELINUX, NULL, 0);  in sb_check_xattr_support() 1396 	rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, context, len);  in inode_doinit_use_xattr() 1401 		rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX, NULL, 0);  in inode_doinit_use_xattr() 1411 		rc = __vfs_getxattr(dentry, inode, XATTR_NAME_SELINUX,  in inode_doinit_use_xattr()
  | 
| /Linux-v5.15/security/smack/ | 
| D | smack_lsm.c | 292 	rc = __vfs_getxattr(dp, ip, name, buffer, SMK_LONGLABEL);  in smk_fetch() 3432 				rc = __vfs_getxattr(dp, inode,  in smack_d_instantiate()
  |