Searched refs:sd_log_blks_free (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/gfs2/ |
| D | log.c | 326 atomic_add(blks, &sdp->sd_log_blks_free); in gfs2_log_release() 328 gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= in gfs2_log_release() 367 free_blocks = atomic_read(&sdp->sd_log_blks_free); in gfs2_log_reserve() 374 if (atomic_read(&sdp->sd_log_blks_free) <= wanted) in gfs2_log_reserve() 376 free_blocks = atomic_read(&sdp->sd_log_blks_free); in gfs2_log_reserve() 381 if (atomic_cmpxchg(&sdp->sd_log_blks_free, free_blocks, in gfs2_log_reserve() 507 atomic_add(dist, &sdp->sd_log_blks_free); in log_pull_tail() 509 gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= in log_pull_tail() 637 atomic_dec(&sdp->sd_log_blks_free); in gfs2_write_revokes() 641 atomic_dec(&sdp->sd_log_blks_free); in gfs2_write_revokes() [all …]
|
| D | ops_fstype.c | 679 atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); in init_journal() 718 atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); in init_journal() 725 trace_gfs2_log_blocks(sdp, atomic_read(&sdp->sd_log_blks_free)); in init_journal()
|
| D | incore.h | 817 atomic_t sd_log_blks_free; member
|
| D | super.c | 622 gfs2_assert_warn(sdp, atomic_read(&sdp->sd_log_blks_free) == sdp->sd_jdesc->jd_blocks); in gfs2_make_fs_ro()
|