Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dlog.c441 return atomic_read(&sdp->sd_log_blks_free) == sdp->sd_jdesc->jd_blocks; in gfs2_log_is_empty()
479 atomic_add(blks, &sdp->sd_log_blks_free); in gfs2_log_release()
481 gfs2_assert_withdraw(sdp, atomic_read(&sdp->sd_log_blks_free) <= in gfs2_log_release()
502 free_blocks = atomic_read(&sdp->sd_log_blks_free); in __gfs2_log_try_reserve()
504 if (atomic_try_cmpxchg(&sdp->sd_log_blks_free, &free_blocks, in __gfs2_log_try_reserve()
543 (free_blocks = atomic_read(&sdp->sd_log_blks_free), in __gfs2_log_reserve()
546 if (atomic_try_cmpxchg(&sdp->sd_log_blks_free, in __gfs2_log_reserve()
1242 atomic_read(&sdp->sd_log_blks_free) + in gfs2_ail_flush_reqd()
H A Dops_fstype.c766 atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); in init_journal()
808 atomic_set(&sdp->sd_log_blks_free, sdp->sd_jdesc->jd_blocks); in init_journal()
815 trace_gfs2_log_blocks(sdp, atomic_read(&sdp->sd_log_blks_free)); in init_journal()
H A Dincore.h814 atomic_t sd_log_blks_free; member
H A Dtrace_gfs2.h393 __entry->blks_free = atomic_read(&sdp->sd_log_blks_free);
H A Dsys.c130 atomic_read(&sdp->sd_log_blks_free), in status_show()