Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Drefcounttree.c1064 u32 low_cpos, cpos_end; in ocfs2_get_refcount_rec() local
1082 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()