Searched refs:SDF_JOURNAL_LIVE (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/gfs2/ |
| H A D | util.c | 121 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) { in do_withdraw() 125 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in do_withdraw()
|
| H A D | trans.c | 88 if (unlikely(!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()
|
| H A D | super.c | 155 set_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_make_fs_rw() 541 int log_write_allowed = test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_make_fs_ro() 778 if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) { in gfs2_freeze_fs()
|
| H A D | log.c | 1045 !test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_log_flush() 1087 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_log_flush()
|
| H A D | incore.h | 597 SDF_JOURNAL_LIVE = 1, enumerator
|
| H A D | recovery.c | 479 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_recover_func()
|
| H A D | glops.c | 605 if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) { in freeze_go_xmote_bh()
|
| H A D | sys.c | 102 test_bit(SDF_JOURNAL_LIVE, &f), in status_show()
|
| H A D | quota.c | 333 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()
|
| H A D | rgrp.c | 1404 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_fitrim()
|