current_tail      769 fs/gfs2/log.c  	tail = current_tail(sdp);
current_tail      832 fs/gfs2/log.c  	} else if (sdp->sd_log_tail != current_tail(sdp) && !sdp->sd_log_idle){
current_tail     5826 fs/ocfs2/alloc.c 	unsigned int current_tail;
current_tail     5833 fs/ocfs2/alloc.c 	current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start);
current_tail     5834 fs/ocfs2/alloc.c 	current_tail += le32_to_cpu(tl->tl_recs[tail_index].t_clusters);
current_tail     5836 fs/ocfs2/alloc.c 	return current_tail == new_start;