Lines Matching defs:error
521 /* Some error or failed "try lock" - report it */
644 * glocks. Warn about the error, dump the glock, then fall
660 * Check for an error encountered since we called go_sync and go_inval.
811 int error;
814 error = gfs2_glock_nq(&gh);
815 if (!error)
1244 * If dlm sent us any errors, we return the first error we find.
1408 * if (gh->gh_flags & GL_ASYNC), this never returns an error
1416 int error = 0;
1436 error = gfs2_glock_wait(gh);
1438 return error;
1547 int error;
1549 error = gfs2_glock_get(sdp, number, glops, CREATE, &gl);
1550 if (!error) {
1551 error = gfs2_glock_nq_init(gl, state, flags, gh);
1555 return error;
1593 int error = 0;
1603 error = gfs2_glock_nq(p[x]);
1604 if (error) {
1611 return error;
1628 int error = 0;
1645 error = nq_m_sync(num_gh, ghs, pph);
1650 return error;
1692 * an error, (b) the locking operation was an unlock operation or
2162 * t = type, s = state, r = refcount, e = error, p = pid.