Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Drefcounttree.c1333 new_rb->rf_cpos = cpu_to_le32(0); in ocfs2_expand_inline_ref_root()
1479 new_rb->rf_cpos = cpu_to_le32(cpos); in ocfs2_divide_leaf_refcount_block()
1662 old_cpos = le32_to_cpu(rb->rf_cpos); in ocfs2_adjust_refcount_rec()
1718 rb->rf_cpos = cpu_to_le32(new_cpos); in ocfs2_adjust_refcount_rec()
2084 le32_to_cpu(rb->rf_cpos)); in ocfs2_remove_refcount_extent()
2087 ret = ocfs2_remove_extent(handle, &et, le32_to_cpu(rb->rf_cpos), in ocfs2_remove_refcount_extent()
2133 rb->rf_cpos = 0; in ocfs2_remove_refcount_extent()
Docfs2_fs.h958 __le32 rf_cpos; /* cluster offset in refcount tree.*/ member