Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dlog.c267 sdp->sd_log_flush_tail = new_flush_tail; in gfs2_log_update_flush_tail()
274 if (sdp->sd_log_flush_tail == sdp->sd_log_head) in gfs2_log_update_head()
275 sdp->sd_log_flush_tail = new_head; in gfs2_log_update_head()
674 unsigned int new_tail = sdp->sd_log_flush_tail; in log_pull_tail()
925 sdp->sd_log_idle = (sdp->sd_log_flush_tail == sdp->sd_log_flush_head); in log_write_header()
927 sdp->sd_log_flush_tail, sdp->sd_log_flush_head, in log_write_header()
1118 } else if (sdp->sd_log_tail != sdp->sd_log_flush_tail && !sdp->sd_log_idle) { in gfs2_log_flush()
H A Dlog.h54 sdp->sd_log_flush_tail = value; in gfs2_log_pointers_init()
H A Dincore.h828 unsigned int sd_log_flush_tail; member
H A Dsys.c132 sdp->sd_log_flush_tail, in status_show()