Searched refs:low_cpos (Results 1 – 1 of 1) sorted by relevance
1066 u32 low_cpos, cpos_end; in ocfs2_get_refcount_rec() local1084 low_cpos = cpos & OCFS2_32BIT_POS_MASK; in ocfs2_get_refcount_rec()1087 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()1109 if (le32_to_cpu(rec->e_cpos) <= low_cpos) { 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()