sd_log_flush_head  836 fs/gfs2/incore.h 	unsigned int sd_log_flush_head;
sd_log_flush_head  776 fs/gfs2/log.c  	sdp->sd_log_idle = (tail == sdp->sd_log_flush_head);
sd_log_flush_head  778 fs/gfs2/log.c  			      sdp->sd_log_flush_head, flags, op_flags);
sd_log_flush_head  809 fs/gfs2/log.c  	sdp->sd_log_flush_head = sdp->sd_log_head;
sd_log_flush_head  815 fs/gfs2/log.c  		tr->tr_first = sdp->sd_log_flush_head;
sd_log_flush_head  829 fs/gfs2/log.c  	if (sdp->sd_log_head != sdp->sd_log_flush_head) {
sd_log_flush_head  840 fs/gfs2/log.c  	sdp->sd_log_head = sdp->sd_log_flush_head;
sd_log_flush_head  863 fs/gfs2/log.c  			sdp->sd_log_head = sdp->sd_log_flush_head;
sd_log_flush_head  965 fs/gfs2/log.c  	sdp->sd_log_flush_head = sdp->sd_log_head;
sd_log_flush_head  972 fs/gfs2/log.c  	sdp->sd_log_head = sdp->sd_log_flush_head;
sd_log_flush_head  134 fs/gfs2/lops.c 	BUG_ON((sdp->sd_log_flush_head == sdp->sd_log_tail) &&
sd_log_flush_head  135 fs/gfs2/lops.c 	       (sdp->sd_log_flush_head != sdp->sd_log_head));
sd_log_flush_head  137 fs/gfs2/lops.c 	if (++sdp->sd_log_flush_head == sdp->sd_jdesc->jd_blocks)
sd_log_flush_head  138 fs/gfs2/lops.c 		sdp->sd_log_flush_head = 0;
sd_log_flush_head  143 fs/gfs2/lops.c 	unsigned int lbn = sdp->sd_log_flush_head;
sd_log_flush_head  267 fs/gfs2/recovery.c 		sdp->sd_log_flush_head = lblock;