Lines Matching defs:error
97 int error;
104 error = __vfs_getxattr(dentry, inode, xattr->name, NULL, 0);
105 if (error < 0) {
106 if (error == -ENODATA)
108 return error;
571 int error;
576 error = integrity_init_keyring(INTEGRITY_KEYRING_EVM);
577 if (error)
578 goto error;
580 error = evm_init_secfs();
581 if (error < 0) {
583 goto error;
586 error:
587 if (error != 0) {
594 return error;