Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Dlog.c404 atomic_add(blks, &sdp->sd_log_blks_free); in gfs2_log_release()
406 gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= in gfs2_log_release()
445 free_blocks = atomic_read(&sdp->sd_log_blks_free); in gfs2_log_reserve()
452 if (atomic_read(&sdp->sd_log_blks_free) <= wanted) in gfs2_log_reserve()
454 free_blocks = atomic_read(&sdp->sd_log_blks_free); in gfs2_log_reserve()
459 if (atomic_cmpxchg(&sdp->sd_log_blks_free, free_blocks, in gfs2_log_reserve()
584 atomic_add(dist, &sdp->sd_log_blks_free); in log_pull_tail()
586 gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= in log_pull_tail()
722 atomic_dec(&sdp->sd_log_blks_free); in gfs2_write_revokes()
726 atomic_dec(&sdp->sd_log_blks_free); in gfs2_write_revokes()
[all …]
Dops_fstype.c744 atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); in init_journal()
785 atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); in init_journal()
792 trace_gfs2_log_blocks(sdp, atomic_read(&sdp->sd_log_blks_free)); in init_journal()
Dincore.h836 atomic_t sd_log_blks_free; member
Dtrace_gfs2.h396 __entry->blks_free = atomic_read(&sdp->sd_log_blks_free);
Dsuper.c580 gfs2_assert_warn(sdp, atomic_read(&sdp->sd_log_blks_free) == in gfs2_make_fs_ro()