Searched refs:SDF_JOURNAL_LIVE (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/gfs2/ |
| A D | trans.c | 52 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in __gfs2_trans_begin() 96 if (unlikely(!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))) { in __gfs2_trans_begin()
|
| A D | super.c | 163 set_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_make_fs_rw() 551 int log_write_allowed = test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_make_fs_ro() 787 if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) { in gfs2_freeze_fs()
|
| A D | util.c | 150 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in signal_our_withdraw()
|
| A D | recovery.c | 480 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_recover_func()
|
| A D | log.c | 1049 !test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_log_flush() 1091 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_log_flush()
|
| A D | incore.h | 593 SDF_JOURNAL_LIVE = 1, enumerator
|
| A D | glops.c | 594 if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) { in freeze_go_xmote_bh()
|
| A D | sys.c | 106 test_bit(SDF_JOURNAL_LIVE, &f), in status_show()
|
| A D | quota.c | 335 if (unlikely(!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))) { in qd_put() 1521 test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)); in gfs2_quota_cleanup()
|
| A D | lops.c | 215 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_end_log_write()
|
| A D | rgrp.c | 1404 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_fitrim()
|
Completed in 30 milliseconds