fs/gfs2/glops.c
610
if (test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) {
fs/gfs2/log.c
1086
!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags))
fs/gfs2/log.c
1128
clear_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags);
fs/gfs2/quota.c
1533
test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags));
fs/gfs2/quota.c
347
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
780
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);