Lines Matching refs:error
425 * Returns: 0 if instantiate was successful, or error.
601 /* Some error or failed "try lock" - report it */
724 * glocks. Warn about the error, dump the glock, then fall
740 * Check for an error encountered since we called go_sync and go_inval.
925 int error;
928 error = gfs2_glock_nq(&gh);
929 if (!error)
1307 * gfs2_glock_holder_ready - holder is ready and its error code can be collected
1551 * if (gh->gh_flags & GL_ASYNC), this never returns an error
1559 int error = 0;
1580 error = gfs2_glock_wait(gh);
1582 return error;
1730 int error;
1732 error = gfs2_glock_get(sdp, number, glops, CREATE, &gl);
1733 if (!error) {
1734 error = gfs2_glock_nq_init(gl, state, flags, gh);
1738 return error;
1777 int error = 0;
1785 error = gfs2_glock_nq(p[x]);
1786 if (error) {
1793 return error;
1809 int error = 0;
1825 error = nq_m_sync(num_gh, ghs, pph);
1830 return error;
1872 * an error, (b) the locking operation was an unlock operation or
2336 * t = type, s = state, r = refcount, e = error, p = pid.