Searched refs:SDF_JOURNAL_LIVE (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/gfs2/
H A Dtrans.c52 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))
96 if (unlikely(!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))) {
H A Dsuper.c159 set_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags);
547 int log_write_allowed = test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags);
786 if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) {
H A Dutil.c146 * which clears SDF_JOURNAL_LIVE. In a withdraw, we must not write
148 * therefore we need to clear SDF_JOURNAL_LIVE manually.
150 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags);
H A Dincore.h595 SDF_JOURNAL_LIVE = 1, enumerator in enum:__anon128
H A Dglops.c602 if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) {
H A Drecovery.c480 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))
H A Dlog.c1057 !test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))
1099 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags);
H A Dquota.c338 if (unlikely(!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))) {
1509 test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags));
H A Dlops.c215 clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags);
H A Dsys.c106 test_bit(SDF_JOURNAL_LIVE, &f),
H A Drgrp.c1404 if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))

Completed in 155 milliseconds