Home
last modified time | relevance | path

Searched refs:sd_log_blks_free (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/gfs2/
Dlog.c329 atomic_add(blks, &sdp->sd_log_blks_free); in gfs2_log_release()
331 gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= in gfs2_log_release()
370 free_blocks = atomic_read(&sdp->sd_log_blks_free); in gfs2_log_reserve()
377 if (atomic_read(&sdp->sd_log_blks_free) <= wanted) in gfs2_log_reserve()
379 free_blocks = atomic_read(&sdp->sd_log_blks_free); in gfs2_log_reserve()
384 if (atomic_cmpxchg(&sdp->sd_log_blks_free, free_blocks, in gfs2_log_reserve()
510 atomic_add(dist, &sdp->sd_log_blks_free); in log_pull_tail()
512 gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= in log_pull_tail()
649 atomic_dec(&sdp->sd_log_blks_free); in gfs2_write_revokes()
653 atomic_dec(&sdp->sd_log_blks_free); in gfs2_write_revokes()
[all …]
Dops_fstype.c680 atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); in init_journal()
719 atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); in init_journal()
726 trace_gfs2_log_blocks(sdp, atomic_read(&sdp->sd_log_blks_free)); in init_journal()
Dincore.h821 atomic_t sd_log_blks_free; member
Dsuper.c867 gfs2_assert_warn(sdp, atomic_read(&sdp->sd_log_blks_free) == sdp->sd_jdesc->jd_blocks); in gfs2_make_fs_ro()