Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dlog.c123 if (!cmpxchg(&sdp->sd_log_error, 0, -EIO)) { in gfs2_ail1_start_one()
325 if (!sdp->sd_log_error && buffer_busy(bh)) { in gfs2_ail1_empty_one()
330 !cmpxchg(&sdp->sd_log_error, 0, -EIO)) { in gfs2_ail1_empty_one()
1307 if (sdp->sd_log_error) { in gfs2_logd()
1312 sdp->sd_fsname, sdp->sd_log_error); in gfs2_logd()
1341 sdp->sd_log_error || in gfs2_logd()
H A Dincore.h826 int sd_log_error; /* First log error */ member
H A Dglock.c742 if (cmpxchg(&sdp->sd_log_error, 0, ret)) { in do_xmote()
759 (!cmpxchg(&sdp->sd_log_error, 0, -EIO))) { in do_xmote()
792 if (unlikely(sdp->sd_log_error) && !gfs2_withdrawing_or_withdrawn(sdp)) in do_xmote()
H A Dsys.c125 sdp->sd_log_error, in status_show()
H A Dlops.c210 if (!cmpxchg(&sdp->sd_log_error, 0, (int)bio->bi_status)) in gfs2_end_log_write()
H A Dsuper.c674 return sdp->sd_log_error; in gfs2_sync_fs()
H A Dquota.c1518 if (!cmpxchg(&sdp->sd_log_error, 0, error)) in quotad_error()