Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dlog.c115 if (!cmpxchg(&sdp->sd_log_error, 0, -EIO)) in gfs2_ail1_start_one()
320 if (!sdp->sd_log_error && buffer_busy(bh)) { in gfs2_ail1_empty_one()
325 !cmpxchg(&sdp->sd_log_error, 0, -EIO)) in gfs2_ail1_empty_one()
H A Dincore.h826 int sd_log_error; /* First log error */ member
H A Dsys.c117 sdp->sd_log_error, in status_show()
H A Dlops.c209 if (!cmpxchg(&sdp->sd_log_error, 0, err)) in gfs2_end_log_write()
H A Dsuper.c664 return sdp->sd_log_error; in gfs2_sync_fs()
H A Dquota.c1556 if (!cmpxchg(&sdp->sd_log_error, 0, error)) in quotad_error()
H A Dglock.c690 if (cmpxchg(&sdp->sd_log_error, 0, ret)) { in do_xmote()