Searched refs:sd_log_thresh2 (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/gfs2/
H A Dincore.h813 atomic_t sd_log_thresh2; member in struct:gfs2_sbd
H A Dbmap.c1509 journal flush threshold, sd_log_thresh2. */
1516 if (isize_blks > atomic_read(&sdp->sd_log_thresh2))
1518 atomic_read(&sdp->sd_log_thresh2);
1534 RES_QUOTA >= atomic_read(&sdp->sd_log_thresh2)) {
H A Dops_fstype.c766 atomic_set(&sdp->sd_log_thresh2, 4*sdp->sd_jdesc->jd_blocks/5);
808 atomic_set(&sdp->sd_log_thresh2, 4*sdp->sd_jdesc->jd_blocks/5);
H A Dsys.c104 "sd_log_thresh2: %d\n",
137 atomic_read(&sdp->sd_log_thresh2));
H A Dlog.c1249 atomic_read(&sdp->sd_log_thresh2);

Completed in 135 milliseconds