Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Dalloc.c5830 unsigned int current_tail; in ocfs2_truncate_log_can_coalesce() local
5837 current_tail = le32_to_cpu(tl->tl_recs[tail_index].t_start); in ocfs2_truncate_log_can_coalesce()
5838 current_tail += le32_to_cpu(tl->tl_recs[tail_index].t_clusters); in ocfs2_truncate_log_can_coalesce()
5840 return current_tail == new_start; in ocfs2_truncate_log_can_coalesce()