Lines Matching refs:xattrs
90 int i, xattrs;
92 xattrs = ARRAY_SIZE(evm_config_default_xattrnames);
95 for (i = 0; i < xattrs; i++) {
119 * attrs/xattrs being found invalid will not make them valid.
321 * @dentry: dentry of the read xattrs
535 * Writing other xattrs is safe for portable signatures, as portable
575 /* Policy permits modification of the protected xattrs even though
604 /* Policy permits modification of the protected xattrs even though
658 /* Policy permits modification of the protected xattrs even though
675 * Writing other xattrs is safe for portable signatures, as portable
871 const struct qstr *qstr, struct xattr *xattrs,
879 if (!(evm_initialized & EVM_INIT_HMAC) || !xattrs)
883 * security_inode_init_security() makes sure that the xattrs array is
887 for (xattr = xattrs; xattr->name; xattr++) {
896 evm_xattr = lsm_get_xattr_slot(xattrs, xattr_count);
902 "%s: xattrs terminator is not the first non-filled slot\n",
910 rc = evm_init_hmac(inode, xattrs, xattr_data->digest);