Lines Matching refs:ref_count_root
230 ll->ref_count_root = 0; in sm_ll_init()
314 r = dm_btree_lookup(&ll->ref_count_info, ll->ref_count_root, &b, &le_rc); in sm_ll_lookup_big_ref_count()
466 ll->ref_count_root, in sm_ll_insert()
467 &b, &ll->ref_count_root); in sm_ll_insert()
479 r = dm_btree_insert(&ll->ref_count_info, ll->ref_count_root, in sm_ll_insert()
480 &b, &le_rc, &ll->ref_count_root); in sm_ll_insert()
564 r = btree_get_overwrite_leaf(&ll->ref_count_info, ll->ref_count_root, in __sm_ll_inc_overflow()
565 b, &index, &ll->ref_count_root, &ic->overflow_leaf); in __sm_ll_inc_overflow()
688 r = dm_btree_insert(&ll->ref_count_info, ll->ref_count_root, in sm_ll_inc_bitmap()
689 &b, &le_rc, &ll->ref_count_root); in sm_ll_inc_bitmap()
763 return dm_btree_remove(&ll->ref_count_info, ll->ref_count_root, in __sm_ll_del_overflow()
764 &b, &ll->ref_count_root); in __sm_ll_del_overflow()
777 r = btree_get_overwrite_leaf(&ll->ref_count_info, ll->ref_count_root, in __sm_ll_dec_overflow()
778 b, &index, &ll->ref_count_root, &ic->overflow_leaf); in __sm_ll_dec_overflow()
1047 r = dm_btree_empty(&ll->ref_count_info, &ll->ref_count_root); in sm_ll_new_metadata()
1085 ll->ref_count_root = le64_to_cpu(smr.ref_count_root); in sm_ll_open_metadata()
1222 r = dm_btree_empty(&ll->ref_count_info, &ll->ref_count_root); in sm_ll_new_disk()
1254 ll->ref_count_root = le64_to_cpu(smr->ref_count_root); in sm_ll_open_disk()