sd_log_tail       824 fs/gfs2/incore.h 	unsigned int sd_log_tail;
sd_log_tail       293 fs/gfs2/log.c  	unsigned int old_tail = sdp->sd_log_tail;
sd_log_tail       503 fs/gfs2/log.c  	unsigned int dist = log_distance(sdp, new_tail, sdp->sd_log_tail);
sd_log_tail       512 fs/gfs2/log.c  	sdp->sd_log_tail = new_tail;
sd_log_tail       780 fs/gfs2/log.c  	if (sdp->sd_log_tail != tail)
sd_log_tail       832 fs/gfs2/log.c  	} else if (sdp->sd_log_tail != current_tail(sdp) && !sdp->sd_log_idle){
sd_log_tail       969 fs/gfs2/log.c  	gfs2_assert_warn(sdp, sdp->sd_log_head == sdp->sd_log_tail);
sd_log_tail       973 fs/gfs2/log.c  	sdp->sd_log_tail = sdp->sd_log_head;
sd_log_tail        46 fs/gfs2/log.h  	sdp->sd_log_head = sdp->sd_log_tail = value;
sd_log_tail       134 fs/gfs2/lops.c 	BUG_ON((sdp->sd_log_flush_head == sdp->sd_log_tail) &&