Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Drefcounttree.c1340 new_rb->rf_cpos = cpu_to_le32(0); in ocfs2_expand_inline_ref_root()
1493 new_rb->rf_cpos = cpu_to_le32(cpos); in ocfs2_divide_leaf_refcount_block()
1676 old_cpos = le32_to_cpu(rb->rf_cpos); in ocfs2_adjust_refcount_rec()
1732 rb->rf_cpos = cpu_to_le32(new_cpos); in ocfs2_adjust_refcount_rec()
2098 le32_to_cpu(rb->rf_cpos)); in ocfs2_remove_refcount_extent()
2101 ret = ocfs2_remove_extent(handle, &et, le32_to_cpu(rb->rf_cpos), in ocfs2_remove_refcount_extent()
2147 rb->rf_cpos = 0; in ocfs2_remove_refcount_extent()
Docfs2_fs.h998 __le32 rf_cpos; /* cluster offset in refcount tree.*/ member