Searched refs:__vfs_setxattr_noperm (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/include/linux/
H A Dxattr.h46 int __vfs_setxattr_noperm(struct dentry *, const char *, const void *, size_t, int);
H A Dlsm_hooks.h1281 * fs code as needed (via __vfs_setxattr_noperm) to update any backing
/linux-4.4.14/security/integrity/evm/
H A Devm_crypto.c210 rc = __vfs_setxattr_noperm(dentry, XATTR_NAME_EVM, evm_update_evmxattr()
H A Devm_main.c372 * __vfs_setxattr_noperm(). The caller of which has taken the inode's
/linux-4.4.14/security/integrity/ima/
H A Dima_appraise.c62 rc = __vfs_setxattr_noperm(dentry, XATTR_NAME_IMA, ima_fix_xattr()
/linux-4.4.14/fs/
H A Dxattr.c77 * __vfs_setxattr_noperm - perform setxattr operation without performing
92 int __vfs_setxattr_noperm(struct dentry *dentry, const char *name, __vfs_setxattr_noperm() function
137 error = __vfs_setxattr_noperm(dentry, name, value, size, flags); vfs_setxattr()
/linux-4.4.14/security/smack/
H A Dsmack_lsm.c4564 return __vfs_setxattr_noperm(dentry, XATTR_NAME_SMACK, ctx, ctxlen, 0); smack_inode_setsecctx()
/linux-4.4.14/security/selinux/
H A Dhooks.c5778 return __vfs_setxattr_noperm(dentry, XATTR_NAME_SELINUX, ctx, ctxlen, 0); selinux_inode_setsecctx()

Completed in 228 milliseconds