Lines Matching refs:error
562 ssize_t error;
571 error = -EPERM;
576 error = -EINVAL;
581 error = -ENOMEM;
589 error = -EFAULT;
595 error = BPF_CGROUP_RUN_PROG_SYSCTL(head, table, write, &kbuf, &count,
597 if (error)
601 error = table->proc_handler(table, write, kbuf, &count, &iocb->ki_pos);
602 if (error)
606 error = -EFAULT;
611 error = count;
617 return error;
739 /* It is not an error if we can not follow the link ignore it */
807 int error;
819 error = mask & MAY_WRITE ? -EACCES : 0;
821 error = sysctl_perm(head, table, mask & ~MAY_NOT_BLOCK);
824 return error;
831 int error;
836 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
837 if (error)
838 return error;
993 * Upon error an error code is returned and the reference on @dir is
1450 * this function does not return any error as it is used by initialization code.