Lines Matching refs:ref_count_root
230 ll->ref_count_root = 0; in sm_ll_init()
309 r = dm_btree_lookup(&ll->ref_count_info, ll->ref_count_root, &b, &le_rc); in sm_ll_lookup_big_ref_count()
461 ll->ref_count_root, in sm_ll_insert()
462 &b, &ll->ref_count_root); in sm_ll_insert()
474 r = dm_btree_insert(&ll->ref_count_info, ll->ref_count_root, in sm_ll_insert()
475 &b, &le_rc, &ll->ref_count_root); in sm_ll_insert()
559 r = btree_get_overwrite_leaf(&ll->ref_count_info, ll->ref_count_root, in __sm_ll_inc_overflow()
560 b, &index, &ll->ref_count_root, &ic->overflow_leaf); in __sm_ll_inc_overflow()
683 r = dm_btree_insert(&ll->ref_count_info, ll->ref_count_root, in sm_ll_inc_bitmap()
684 &b, &le_rc, &ll->ref_count_root); in sm_ll_inc_bitmap()
758 return dm_btree_remove(&ll->ref_count_info, ll->ref_count_root, in __sm_ll_del_overflow()
759 &b, &ll->ref_count_root); in __sm_ll_del_overflow()
772 r = btree_get_overwrite_leaf(&ll->ref_count_info, ll->ref_count_root, in __sm_ll_dec_overflow()
773 b, &index, &ll->ref_count_root, &ic->overflow_leaf); in __sm_ll_dec_overflow()
1042 r = dm_btree_empty(&ll->ref_count_info, &ll->ref_count_root); in sm_ll_new_metadata()
1080 ll->ref_count_root = le64_to_cpu(smr.ref_count_root); in sm_ll_open_metadata()
1217 r = dm_btree_empty(&ll->ref_count_info, &ll->ref_count_root); in sm_ll_new_disk()
1249 ll->ref_count_root = le64_to_cpu(smr->ref_count_root); in sm_ll_open_disk()