Lines Matching refs:ref_count_root
231 ll->ref_count_root = 0; in sm_ll_init()
315 r = dm_btree_lookup(&ll->ref_count_info, ll->ref_count_root, &b, &le_rc); in sm_ll_lookup_big_ref_count()
467 ll->ref_count_root, in sm_ll_insert()
468 &b, &ll->ref_count_root); in sm_ll_insert()
480 r = dm_btree_insert(&ll->ref_count_info, ll->ref_count_root, in sm_ll_insert()
481 &b, &le_rc, &ll->ref_count_root); in sm_ll_insert()
565 r = btree_get_overwrite_leaf(&ll->ref_count_info, ll->ref_count_root, in __sm_ll_inc_overflow()
566 b, &index, &ll->ref_count_root, &ic->overflow_leaf); in __sm_ll_inc_overflow()
690 r = dm_btree_insert(&ll->ref_count_info, ll->ref_count_root, in sm_ll_inc_bitmap()
691 &b, &le_rc, &ll->ref_count_root); in sm_ll_inc_bitmap()
766 return dm_btree_remove(&ll->ref_count_info, ll->ref_count_root, in __sm_ll_del_overflow()
767 &b, &ll->ref_count_root); in __sm_ll_del_overflow()
780 r = btree_get_overwrite_leaf(&ll->ref_count_info, ll->ref_count_root, in __sm_ll_dec_overflow()
781 b, &index, &ll->ref_count_root, &ic->overflow_leaf); in __sm_ll_dec_overflow()
1050 r = dm_btree_empty(&ll->ref_count_info, &ll->ref_count_root); in sm_ll_new_metadata()
1088 ll->ref_count_root = le64_to_cpu(smr.ref_count_root); in sm_ll_open_metadata()
1228 r = dm_btree_empty(&ll->ref_count_info, &ll->ref_count_root); in sm_ll_new_disk()
1260 ll->ref_count_root = le64_to_cpu(smr->ref_count_root); in sm_ll_open_disk()