Home
last modified time | relevance | path

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

/fs/ocfs2/
Drefcounttree.c1334 new_rb->rf_cpos = cpu_to_le32(0); in ocfs2_expand_inline_ref_root()
1487 new_rb->rf_cpos = cpu_to_le32(cpos); in ocfs2_divide_leaf_refcount_block()
1670 old_cpos = le32_to_cpu(rb->rf_cpos); in ocfs2_adjust_refcount_rec()
1726 rb->rf_cpos = cpu_to_le32(new_cpos); in ocfs2_adjust_refcount_rec()
2092 le32_to_cpu(rb->rf_cpos)); in ocfs2_remove_refcount_extent()
2095 ret = ocfs2_remove_extent(handle, &et, le32_to_cpu(rb->rf_cpos), in ocfs2_remove_refcount_extent()
2141 rb->rf_cpos = 0; in ocfs2_remove_refcount_extent()
Docfs2_fs.h959 __le32 rf_cpos; /* cluster offset in refcount tree.*/ member