ref_count_root    228 drivers/md/persistent-data/dm-space-map-common.c 	ll->ref_count_root = 0;
ref_count_root    307 drivers/md/persistent-data/dm-space-map-common.c 	r = dm_btree_lookup(&ll->ref_count_info, ll->ref_count_root, &b, &le_rc);
ref_count_root    459 drivers/md/persistent-data/dm-space-map-common.c 					    ll->ref_count_root,
ref_count_root    460 drivers/md/persistent-data/dm-space-map-common.c 					    &b, &ll->ref_count_root);
ref_count_root    472 drivers/md/persistent-data/dm-space-map-common.c 		r = dm_btree_insert(&ll->ref_count_info, ll->ref_count_root,
ref_count_root    473 drivers/md/persistent-data/dm-space-map-common.c 				    &b, &le_rc, &ll->ref_count_root);
ref_count_root    643 drivers/md/persistent-data/dm-space-map-common.c 	r = dm_btree_empty(&ll->ref_count_info, &ll->ref_count_root);
ref_count_root    681 drivers/md/persistent-data/dm-space-map-common.c 	ll->ref_count_root = le64_to_cpu(smr.ref_count_root);
ref_count_root    745 drivers/md/persistent-data/dm-space-map-common.c 	r = dm_btree_empty(&ll->ref_count_info, &ll->ref_count_root);
ref_count_root    777 drivers/md/persistent-data/dm-space-map-common.c 	ll->ref_count_root = le64_to_cpu(smr->ref_count_root);
ref_count_root     72 drivers/md/persistent-data/dm-space-map-common.h 	dm_block_t ref_count_root;
ref_count_root     88 drivers/md/persistent-data/dm-space-map-common.h 	__le64 ref_count_root;
ref_count_root    227 drivers/md/persistent-data/dm-space-map-disk.c 	root_le.ref_count_root = cpu_to_le64(smd->ll.ref_count_root);
ref_count_root    539 drivers/md/persistent-data/dm-space-map-metadata.c 	root_le.ref_count_root = cpu_to_le64(smm->ll.ref_count_root);