Searched refs:rl_count (Results 1 – 2 of 2) sorted by relevance
630 rb->rf_records.rl_count = in ocfs2_create_refcount_tree()1461 le16_to_cpu(rl->rl_count), le16_to_cpu(rl->rl_used)); in ocfs2_divide_leaf_refcount_block()1579 new_rb->rf_records.rl_count = in ocfs2_new_leaf_refcount_block()1750 if (rf_list->rl_used == rf_list->rl_count) { in ocfs2_insert_refcount_rec()1876 le16_to_cpu(rf_list->rl_count)) { in ocfs2_split_refcount_rec()2142 rb->rf_records.rl_count = in ocfs2_remove_refcount_extent()2403 le16_to_cpu(rb->rf_records.rl_count)) in ocfs2_calc_refcount_meta_credits()2465 le16_to_cpu(rb->rf_records.rl_count)) in ocfs2_calc_refcount_meta_credits()3554 le16_to_cpu(rb->rf_records.rl_count)) in ocfs2_refcounted_xattr_delete_need()
931 /*00*/ __le16 rl_count; /* Maximum number of entries possible member