Searched refs:sd_log_blks_free (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | log.c | 313 atomic_add(blks, &sdp->sd_log_blks_free); in gfs2_log_release() 315 gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= in gfs2_log_release() 353 free_blocks = atomic_read(&sdp->sd_log_blks_free); in gfs2_log_reserve() 360 if (atomic_read(&sdp->sd_log_blks_free) <= wanted) in gfs2_log_reserve() 362 free_blocks = atomic_read(&sdp->sd_log_blks_free); in gfs2_log_reserve() 367 if (atomic_cmpxchg(&sdp->sd_log_blks_free, free_blocks, in gfs2_log_reserve() 492 atomic_add(dist, &sdp->sd_log_blks_free); in log_pull_tail() 494 gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= in log_pull_tail() 619 atomic_dec(&sdp->sd_log_blks_free); in gfs2_write_revokes() 623 atomic_dec(&sdp->sd_log_blks_free); in gfs2_write_revokes() [all …]
|
D | ops_fstype.c | 683 atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); in init_journal() 722 atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); in init_journal() 729 trace_gfs2_log_blocks(sdp, atomic_read(&sdp->sd_log_blks_free)); in init_journal()
|
D | incore.h | 786 atomic_t sd_log_blks_free; member
|
D | super.c | 851 gfs2_assert_warn(sdp, atomic_read(&sdp->sd_log_blks_free) == sdp->sd_jdesc->jd_blocks); in gfs2_make_fs_ro()
|