Searched refs:rl_count (Results 1 – 2 of 2) sorted by relevance
631 rb->rf_records.rl_count = in ocfs2_create_refcount_tree()1455 le16_to_cpu(rl->rl_count), le16_to_cpu(rl->rl_used)); in ocfs2_divide_leaf_refcount_block()1573 new_rb->rf_records.rl_count = in ocfs2_new_leaf_refcount_block()1744 if (rf_list->rl_used == rf_list->rl_count) { in ocfs2_insert_refcount_rec()1870 le16_to_cpu(rf_list->rl_count)) { in ocfs2_split_refcount_rec()2136 rb->rf_records.rl_count = in ocfs2_remove_refcount_extent()2397 le16_to_cpu(rb->rf_records.rl_count)) in ocfs2_calc_refcount_meta_credits()2459 le16_to_cpu(rb->rf_records.rl_count)) in ocfs2_calc_refcount_meta_credits()3548 le16_to_cpu(rb->rf_records.rl_count)) in ocfs2_refcounted_xattr_delete_need()
932 /*00*/ __le16 rl_count; /* Maximum number of entries possible member