Searched refs:sd_log_flush_tail (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/gfs2/
H A Dlog.h54 sdp->sd_log_flush_tail = value;
H A Dlog.c267 sdp->sd_log_flush_tail = new_flush_tail;
274 if (sdp->sd_log_flush_tail == sdp->sd_log_head)
275 sdp->sd_log_flush_tail = new_head;
674 unsigned int new_tail = sdp->sd_log_flush_tail;
925 sdp->sd_log_idle = (sdp->sd_log_flush_tail == sdp->sd_log_flush_head);
927 sdp->sd_log_flush_tail, sdp->sd_log_flush_head,
1117 } else if (sdp->sd_log_tail != sdp->sd_log_flush_tail && !sdp->sd_log_idle) {
H A Dincore.h830 unsigned int sd_log_flush_tail; member in struct:gfs2_sbd
H A Dsys.c99 "sd_log_flush_tail: %d\n"
132 sdp->sd_log_flush_tail,

Completed in 122 milliseconds