Home
last modified time | relevance | path

Searched refs:ref_count_root (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-space-map-common.c228 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 Ddm-space-map-common.h72 dm_block_t ref_count_root; member
88 __le64 ref_count_root; member
H A Ddm-space-map-disk.c234 root_le.ref_count_root = cpu_to_le64(smd->ll.ref_count_root); in sm_disk_copy_root()
H A Ddm-space-map-metadata.c546 root_le.ref_count_root = cpu_to_le64(smm->ll.ref_count_root); in sm_metadata_copy_root()