Lines Matching defs:error
120 * certainly an error. Permission checks need to happen during
704 int error;
710 error = setattr_prepare(&nop_mnt_idmap, dentry, attr);
711 if (error)
712 return error;
1924 int error = -EACCES;
1933 error = PROC_I(inode)->op.proc_get_link(dentry, &path);
1934 if (error)
1937 error = nd_jump_link(&path);
1939 return ERR_PTR(error);
1968 int error = -EACCES;
1976 error = PROC_I(inode)->op.proc_get_link(dentry, &path);
1977 if (error)
1980 error = do_proc_readlink(&path, buffer, buflen);
1983 return error;
4042 * Return NULL if there is an error or no next thread.