Lines Matching refs:value
676 * The default value of the LSM hook is defined in linux/lsm_hook_defs.h and
681 * The macros below define static constants for the default value of each
698 * This is a hook that does not return a value.
701 * This is a hook that returns a value.
814 * The module will respond with a positive value if
1060 &lsm_xattr->value,
1071 for (xattr = new_xattrs; xattr->value != NULL; xattr++)
1072 kfree(xattr->value);
1079 void **value, size_t *len)
1084 qstr, name, value, len);
1299 const void *value, size_t size, int flags)
1309 ret = call_int_hook(inode_setxattr, 1, dentry, name, value, size,
1313 ret = cap_inode_setxattr(dentry, name, value, size, flags);
1316 ret = ima_inode_setxattr(dentry, name, value, size);
1319 return evm_inode_setxattr(dentry, name, value, size);
1323 const void *value, size_t size, int flags)
1327 call_void_hook(inode_post_setxattr, dentry, name, value, size, flags);
1328 evm_inode_post_setxattr(dentry, name, value, size);
1394 int security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags)
1405 rc = hp->hook.inode_setsecurity(inode, name, value, size,
2013 char **value)
2020 return hp->hook.getprocattr(p, name, value);
2025 int security_setprocattr(const char *lsm, const char *name, void *value,
2033 return hp->hook.setprocattr(name, value, size);