Searched refs:sd_log_error (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/gfs2/ |
| H A D | log.c | 115 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 D | incore.h | 826 int sd_log_error; /* First log error */ member
|
| H A D | sys.c | 117 sdp->sd_log_error, in status_show()
|
| H A D | lops.c | 209 if (!cmpxchg(&sdp->sd_log_error, 0, err)) in gfs2_end_log_write()
|
| H A D | super.c | 664 return sdp->sd_log_error; in gfs2_sync_fs()
|
| H A D | quota.c | 1556 if (!cmpxchg(&sdp->sd_log_error, 0, error)) in quotad_error()
|
| H A D | glock.c | 690 if (cmpxchg(&sdp->sd_log_error, 0, ret)) { in do_xmote()
|