Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dalloc.c5823 unsigned int current_tail; in ocfs2_truncate_log_can_coalesce() local
5830 current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start); in ocfs2_truncate_log_can_coalesce()
5831 current_tail += le32_to_cpu(tl->tl_recs[tail_index].t_clusters); in ocfs2_truncate_log_can_coalesce()
5833 return current_tail == new_start; in ocfs2_truncate_log_can_coalesce()