fs/gfs2/glops.c
605
if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) {
fs/gfs2/log.c
1045
!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))
fs/gfs2/log.c
1087
clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags);
fs/gfs2/quota.c
1521
test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags));
fs/gfs2/quota.c
333
if (unlikely(!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))) {
fs/gfs2/recovery.c
479
if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))
fs/gfs2/rgrp.c
1404
if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))
fs/gfs2/super.c
155
set_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags);
fs/gfs2/super.c
541
int log_write_allowed = test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags);
fs/gfs2/super.c
778
if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) {
fs/gfs2/sys.c
102
test_bit(SDF_JOURNAL_LIVE, &f),
fs/gfs2/trans.c
88
if (unlikely(!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)))
fs/gfs2/trans.c
96
if (unlikely(!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))) {
fs/gfs2/util.c
121
if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) {
fs/gfs2/util.c
125
clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags);