Searched refs:sd_log_error (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/gfs2/
H A Dlog.c123 if (!cmpxchg(&sdp->sd_log_error, 0, -EIO)) {
325 if (!sdp->sd_log_error && buffer_busy(bh)) {
330 !cmpxchg(&sdp->sd_log_error, 0, -EIO)) {
1313 if (sdp->sd_log_error) {
1318 sdp->sd_fsname, sdp->sd_log_error);
1345 sdp->sd_log_error ||
H A Dincore.h826 int sd_log_error; /* First log error */ member in struct:gfs2_sbd
H A Dglock.c729 if (cmpxchg(&sdp->sd_log_error, 0, ret)) {
745 (!cmpxchg(&sdp->sd_log_error, 0, -EIO))) {
765 * to see sd_log_error and withdraw, and in the meantime, requeue the
777 if (unlikely(sdp->sd_log_error) && !gfs2_withdrawing_or_withdrawn(sdp))
H A Dlops.c210 if (!cmpxchg(&sdp->sd_log_error, 0, (int)bio->bi_status))
H A Dsys.c92 "sd_log_error: %d\n"
125 sdp->sd_log_error,
H A Dsuper.c673 return sdp->sd_log_error;
H A Dquota.c1544 if (!cmpxchg(&sdp->sd_log_error, 0, error))

Completed in 256 milliseconds