current_tail 590 fs/gfs2/log.c tail = current_tail(sdp);
current_tail 747 fs/gfs2/log.c else if (sdp->sd_log_tail != current_tail(sdp) && !sdp->sd_log_idle){
current_tail 857 fs/gfs2/log.c (sdp->sd_log_tail == current_tail(sdp)) ? 0 : PULL);
current_tail 5278 fs/ocfs2/alloc.c unsigned int current_tail;
current_tail 5285 fs/ocfs2/alloc.c current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start);
current_tail 5286 fs/ocfs2/alloc.c current_tail += le32_to_cpu(tl->tl_recs[tail_index].t_clusters);
current_tail 5288 fs/ocfs2/alloc.c return current_tail == new_start;