sd_log_blks_free 817 fs/gfs2/incore.h atomic_t sd_log_blks_free; sd_log_blks_free 326 fs/gfs2/log.c atomic_add(blks, &sdp->sd_log_blks_free); sd_log_blks_free 328 fs/gfs2/log.c gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= sd_log_blks_free 367 fs/gfs2/log.c free_blocks = atomic_read(&sdp->sd_log_blks_free); sd_log_blks_free 374 fs/gfs2/log.c if (atomic_read(&sdp->sd_log_blks_free) <= wanted) sd_log_blks_free 376 fs/gfs2/log.c free_blocks = atomic_read(&sdp->sd_log_blks_free); sd_log_blks_free 381 fs/gfs2/log.c if (atomic_cmpxchg(&sdp->sd_log_blks_free, free_blocks, sd_log_blks_free 507 fs/gfs2/log.c atomic_add(dist, &sdp->sd_log_blks_free); sd_log_blks_free 509 fs/gfs2/log.c gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= sd_log_blks_free 645 fs/gfs2/log.c atomic_dec(&sdp->sd_log_blks_free); sd_log_blks_free 649 fs/gfs2/log.c atomic_dec(&sdp->sd_log_blks_free); sd_log_blks_free 668 fs/gfs2/log.c atomic_inc(&sdp->sd_log_blks_free); sd_log_blks_free 670 fs/gfs2/log.c atomic_inc(&sdp->sd_log_blks_free); sd_log_blks_free 833 fs/gfs2/log.c atomic_dec(&sdp->sd_log_blks_free); /* Adjust for unreserved buffer */ sd_log_blks_free 860 fs/gfs2/log.c atomic_dec(&sdp->sd_log_blks_free); /* Adjust for unreserved buffer */ sd_log_blks_free 919 fs/gfs2/log.c atomic_add(unused, &sdp->sd_log_blks_free); sd_log_blks_free 921 fs/gfs2/log.c gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= sd_log_blks_free 948 fs/gfs2/log.c ((sdp->sd_jdesc->jd_blocks - atomic_read(&sdp->sd_log_blks_free)) > sd_log_blks_free 985 fs/gfs2/log.c unsigned int used_blocks = sdp->sd_jdesc->jd_blocks - atomic_read(&sdp->sd_log_blks_free); sd_log_blks_free 679 fs/gfs2/ops_fstype.c atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); sd_log_blks_free 718 fs/gfs2/ops_fstype.c atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); sd_log_blks_free 725 fs/gfs2/ops_fstype.c trace_gfs2_log_blocks(sdp, atomic_read(&sdp->sd_log_blks_free)); sd_log_blks_free 622 fs/gfs2/super.c gfs2_assert_warn(sdp, atomic_read(&sdp->sd_log_blks_free) == sdp->sd_jdesc->jd_blocks);