Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A Drefcounttree.c1066 u32 low_cpos, cpos_end; in ocfs2_get_refcount_rec() local
1084 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()
/kernel/linux/linux-6.6/fs/ocfs2/
H A 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()

Completed in 12 milliseconds