Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Drefcounttree.c1072 u32 low_cpos, cpos_end; in ocfs2_get_refcount_rec() local
1090 low_cpos = cpos & OCFS2_32BIT_POS_MASK; in ocfs2_get_refcount_rec()
1093 ret = ocfs2_find_leaf(ci, el, low_cpos, &eb_bh); in ocfs2_get_refcount_rec()
1115 if (le32_to_cpu(rec->e_cpos) <= low_cpos) { 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()