Symbol: gfs2_assert_withdraw
fs/gfs2/aops.c
135
if (gfs2_assert_withdraw(sdp, ip->i_gl->gl_state == LM_ST_EXCLUSIVE))
fs/gfs2/bmap.c
1503
gfs2_assert_withdraw(sdp,
fs/gfs2/bmap.c
1859
gfs2_assert_withdraw(sdp, bh);
fs/gfs2/bmap.c
1860
if (gfs2_assert_withdraw(sdp,
fs/gfs2/dir.c
1120
if (!gfs2_assert_withdraw(GFS2_SB(&dip->i_inode), !error)) {
fs/gfs2/dir.c
199
if (gfs2_assert_withdraw(sdp, dblock))
fs/gfs2/glock.h
229
gfs2_assert_withdraw(glock_sbd(gl), (x)); } } \
fs/gfs2/glops.c
235
gfs2_assert_withdraw(sdp, !atomic_read(&gl->gl_ail_count));
fs/gfs2/glops.c
362
gfs2_assert_withdraw(glock_sbd(gl), !atomic_read(&gl->gl_ail_count));
fs/gfs2/glops.c
614
if (gfs2_assert_withdraw(sdp, !error))
fs/gfs2/glops.c
616
if (gfs2_assert_withdraw(sdp, head.lh_flags &
fs/gfs2/log.c
1106
if (gfs2_assert_withdraw(sdp,
fs/gfs2/log.c
1131
if (gfs2_assert_withdraw(sdp, !reserved_revokes))
fs/gfs2/log.c
1181
gfs2_assert_withdraw(sdp, reserved_revokes % sdp->sd_inptrs == sdp->sd_ldptrs);
fs/gfs2/log.c
1186
gfs2_assert_withdraw(sdp, used_blocks < reserved_blocks);
fs/gfs2/log.c
1259
gfs2_assert_withdraw(sdp, !test_bit(TR_ONSTACK, &tr->tr_flags));
fs/gfs2/log.c
1266
gfs2_assert_withdraw(sdp, maxres >= reserved);
fs/gfs2/log.c
1321
gfs2_assert_withdraw(sdp, !sdp->sd_log_blks_reserved);
fs/gfs2/log.c
1322
gfs2_assert_withdraw(sdp, !sdp->sd_log_num_revoke);
fs/gfs2/log.c
1323
gfs2_assert_withdraw(sdp, list_empty(&sdp->sd_ail1_list));
fs/gfs2/log.c
470
gfs2_assert_withdraw(sdp, !sdp->sd_jdesc ||
fs/gfs2/log.c
864
if (gfs2_assert_withdraw(sdp, ret == 0))
fs/gfs2/log.c
910
gfs2_assert_withdraw(sdp, sb->s_writers.frozen != SB_FREEZE_COMPLETE);
fs/gfs2/lops.c
50
gfs2_assert_withdraw(sdp, 0);
fs/gfs2/lops.c
881
gfs2_assert_withdraw(sdp, !sdp->sd_log_num_revoke);
fs/gfs2/quota.c
1311
if (gfs2_assert_withdraw(sdp, ip->i_qadata &&
fs/gfs2/super.c
381
gfs2_assert_withdraw(sdp, !error2);
fs/gfs2/super.c
683
gfs2_assert_withdraw(sdp, 0);
fs/gfs2/trans.c
152
if (gfs2_assert_withdraw(sdp, nbuf <= tr->tr_blocks) ||
fs/gfs2/trans.c
153
gfs2_assert_withdraw(sdp, tr->tr_num_revoke <= tr->tr_revokes))
fs/gfs2/trans.c
339
gfs2_assert_withdraw(sdp, sdp->sd_log_num_revoke);
fs/gfs2/xattr.c
1082
gfs2_assert_withdraw(GFS2_SB(&ip->i_inode),
fs/gfs2/xattr.c
732
gfs2_assert_withdraw(sdp, !data_len);
fs/gfs2/xattr.c
855
gfs2_assert_withdraw(GFS2_SB(&ip->i_inode), GFS2_EA2NEXT(prev) == ea);