Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Drefcounttree.c968 int index, u32 *cpos_end) in ocfs2_get_refcount_cpos_end() argument
983 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end()
992 *cpos_end = UINT_MAX; in ocfs2_get_refcount_cpos_end()
1044 *cpos_end = le32_to_cpu(tmp_el->l_recs[i+1].e_cpos); in ocfs2_get_refcount_cpos_end()
1072 u32 low_cpos, cpos_end; in ocfs2_get_refcount_rec() local
1123 eb, el, i, &cpos_end); in ocfs2_get_refcount_rec()
1129 if (cpos_end < low_cpos + len) in ocfs2_get_refcount_rec()
1130 len = cpos_end - low_cpos; in ocfs2_get_refcount_rec()