Searched refs:ref_count_root (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-space-map-common.c | 228 ll->ref_count_root = 0; in sm_ll_init() 312 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_mutate() 467 &b, &ll->ref_count_root); in sm_ll_mutate() 479 r = dm_btree_insert(&ll->ref_count_info, ll->ref_count_root, in sm_ll_mutate() 480 &b, &le_rc, &ll->ref_count_root); in sm_ll_mutate() 650 r = dm_btree_empty(&ll->ref_count_info, &ll->ref_count_root); in sm_ll_new_metadata() 688 ll->ref_count_root = le64_to_cpu(smr.ref_count_root); in sm_ll_open_metadata() 752 r = dm_btree_empty(&ll->ref_count_info, &ll->ref_count_root); in sm_ll_new_disk() 784 ll->ref_count_root = le64_to_cpu(smr->ref_count_root); in sm_ll_open_disk()
|
| H A D | dm-space-map-common.h | 72 dm_block_t ref_count_root; member 88 __le64 ref_count_root; member
|
| H A D | dm-space-map-disk.c | 234 root_le.ref_count_root = cpu_to_le64(smd->ll.ref_count_root); in sm_disk_copy_root()
|
| H A D | dm-space-map-metadata.c | 546 root_le.ref_count_root = cpu_to_le64(smm->ll.ref_count_root); in sm_metadata_copy_root()
|