Home
last modified time | relevance | path

Searched refs:current_tail (Results 1 – 2 of 2) sorted by relevance

/fs/gfs2/
Dlog.c436 static unsigned int current_tail(struct gfs2_sbd *sdp) in current_tail() function
566 tail = current_tail(sdp); in log_write_header()
646 } else if (sdp->sd_log_tail != current_tail(sdp) && !sdp->sd_log_idle){ in gfs2_log_flush()
/fs/ocfs2/
Dalloc.c5767 unsigned int current_tail; in ocfs2_truncate_log_can_coalesce() local
5774 current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start); in ocfs2_truncate_log_can_coalesce()
5775 current_tail += le32_to_cpu(tl->tl_recs[tail_index].t_clusters); in ocfs2_truncate_log_can_coalesce()
5777 return current_tail == new_start; in ocfs2_truncate_log_can_coalesce()