Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dutil.c126 int log_write_allowed = test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in signal_our_withdraw()
151 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in signal_our_withdraw()
H A Dglops.c599 if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in freeze_go_sync()
622 if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) { in freeze_go_xmote_bh()
H A Dtrans.c52 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_trans_begin()
H A Dlog.c476 if (unlikely(!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))) { in gfs2_log_reserve()
980 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_log_flush()
H A Drecovery.c480 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_recover_func()
H A Dincore.h615 SDF_JOURNAL_LIVE = 1, enumerator
H A Dsuper.c162 set_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_make_fs_rw()
557 int log_write_allowed = test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_make_fs_ro()
H A Dlops.c212 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags); in gfs2_end_log_write()
H A Drgrp.c1379 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) in gfs2_fitrim()