Lines Matching defs:error
38 int error = 0;
65 error = filp->f_op->check_flags(arg);
66 if (error)
67 return error;
73 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0);
74 if (error < 0)
76 if (error > 0)
77 error = 0;
84 return error;
384 * into an error. Oops. If we keep the
958 * Add a fasync entry. Return negative on error, positive if
987 * lease code. It returns negative on error, 0 if it did no changes