Lines Matching defs:error
239 * credentials, and assuming no error, will be committed by the caller of LSM.
298 int error;
300 error = __vfs_getxattr(dentry, inode, XATTR_NAME_CAPS, NULL, 0);
301 return error > 0;
310 * Returns 0 if successful, -ve on error.
314 int error;
316 error = __vfs_removexattr(dentry, XATTR_NAME_CAPS);
317 if (error == -EOPNOTSUPP)
318 error = 0;
319 return error;
495 * If all is ok, we return the new size, on error return < 0.
583 * do not have enough capabilities, we return an error if they are
828 * which won't take effect immediately. Returns 0 if successful, -ve on error.
1160 * the current task's bounding set. Returns 0 on success, -ve on error.
1187 * here, other -ve on error. If -ENOSYS is returned, sys_prctl() and other LSM