Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dalloc.c1976 u32 left_clusters, right_end; in ocfs2_adjust_adjacent_records() local
1999 right_end = le32_to_cpu(right_rec->e_cpos); in ocfs2_adjust_adjacent_records()
2000 right_end += le32_to_cpu(right_rec->e_int_clusters); in ocfs2_adjust_adjacent_records()
2005 right_end -= le32_to_cpu(right_rec->e_cpos); in ocfs2_adjust_adjacent_records()
2006 right_rec->e_int_clusters = cpu_to_le32(right_end); in ocfs2_adjust_adjacent_records()