Searched refs:low_cpos (Results 1 – 1 of 1) sorted by relevance
1064 u32 low_cpos, cpos_end; in ocfs2_get_refcount_rec() local1082 low_cpos = cpos & OCFS2_32BIT_POS_MASK; in ocfs2_get_refcount_rec()1085 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()1107 if (le32_to_cpu(rec->e_cpos) <= low_cpos) { in ocfs2_get_refcount_rec()1121 if (cpos_end < low_cpos + len) in ocfs2_get_refcount_rec()1122 len = cpos_end - low_cpos; in ocfs2_get_refcount_rec()