Lines Matching defs:error
40 int error = 0;
66 error = filp->f_op->check_flags(arg);
67 if (error)
68 return error;
74 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0);
75 if (error < 0)
77 if (error > 0)
78 error = 0;
86 return error;
369 * into an error. Oops. If we keep the
941 * Add a fasync entry. Return negative on error, positive if
970 * lease code. It returns negative on error, 0 if it did no changes