Home
last modified time | relevance | path

Searched refs:SDF_JOURNAL_LIVE (Results 1 – 6 of 6) sorted by relevance

/fs/gfs2/
Dglops.c505 test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) { in freeze_go_sync()
533 if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) { in freeze_go_xmote_bh()
Dtrans.c37 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_trans_begin()
Dlog.c398 if (unlikely(!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))) { in gfs2_log_reserve()
807 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_log_flush()
Drecovery.c368 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_recover_func()
Dsuper.c193 set_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_make_fs_rw()
739 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_freeze_func()
Dincore.h611 SDF_JOURNAL_LIVE = 1, enumerator