Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Drefcounttree.c961 int index, u32 *cpos_end) in ocfs2_get_refcount_cpos_end() argument
976 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end()
985 *cpos_end = UINT_MAX; in ocfs2_get_refcount_cpos_end()
1037 *cpos_end = le32_to_cpu(tmp_el->l_recs[i+1].e_cpos); in ocfs2_get_refcount_cpos_end()
1065 u32 low_cpos, cpos_end; in ocfs2_get_refcount_rec() local
1116 eb, el, i, &cpos_end); in ocfs2_get_refcount_rec()
1122 if (cpos_end < low_cpos + len) in ocfs2_get_refcount_rec()
1123 len = cpos_end - low_cpos; in ocfs2_get_refcount_rec()