Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Drefcounttree.c631 rb->rf_records.rl_count = in ocfs2_create_refcount_tree()
1462 le16_to_cpu(rl->rl_count), le16_to_cpu(rl->rl_used)); in ocfs2_divide_leaf_refcount_block()
1580 new_rb->rf_records.rl_count = in ocfs2_new_leaf_refcount_block()
1751 if (rf_list->rl_used == rf_list->rl_count) { in ocfs2_insert_refcount_rec()
1877 le16_to_cpu(rf_list->rl_count)) { in ocfs2_split_refcount_rec()
2143 rb->rf_records.rl_count = in ocfs2_remove_refcount_extent()
2404 le16_to_cpu(rb->rf_records.rl_count)) in ocfs2_calc_refcount_meta_credits()
2466 le16_to_cpu(rb->rf_records.rl_count)) in ocfs2_calc_refcount_meta_credits()
3555 le16_to_cpu(rb->rf_records.rl_count)) in ocfs2_refcounted_xattr_delete_need()
H A Docfs2_fs.h931 /*00*/ __le16 rl_count; /* Maximum number of entries possible member