Searched refs:cpos_end (Results 1 – 1 of 1) sorted by relevance
962 int index, u32 *cpos_end) in ocfs2_get_refcount_cpos_end() argument977 *cpos_end = le32_to_cpu(el->l_recs[index+1].e_cpos); in ocfs2_get_refcount_cpos_end()986 *cpos_end = UINT_MAX; in ocfs2_get_refcount_cpos_end()1038 *cpos_end = le32_to_cpu(tmp_el->l_recs[i+1].e_cpos); in ocfs2_get_refcount_cpos_end()1066 u32 low_cpos, cpos_end; in ocfs2_get_refcount_rec() local1117 eb, el, i, &cpos_end); in ocfs2_get_refcount_rec()1123 if (cpos_end < low_cpos + len) in ocfs2_get_refcount_rec()1124 len = cpos_end - low_cpos; in ocfs2_get_refcount_rec()