Home
last modified time | relevance | path

Searched refs:sd_log_thresh1 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/gfs2/
Dlog.c859 if (atomic_read(&sdp->sd_log_pinned) > atomic_read(&sdp->sd_log_thresh1) || in gfs2_log_commit()
891 return (atomic_read(&sdp->sd_log_pinned) >= atomic_read(&sdp->sd_log_thresh1)); in gfs2_jrnl_flush_reqd()
Dincore.h786 atomic_t sd_log_thresh1; member
Dops_fstype.c684 atomic_set(&sdp->sd_log_thresh1, 2*sdp->sd_jdesc->jd_blocks/5); in init_journal()
723 atomic_set(&sdp->sd_log_thresh1, 2*sdp->sd_jdesc->jd_blocks/5); in init_journal()