Home
last modified time | relevance | path

Searched refs:le_rc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-space-map-common.c309 __le32 le_rc; in sm_ll_lookup_big_ref_count() local
312 r = dm_btree_lookup(&ll->ref_count_info, ll->ref_count_root, &b, &le_rc); in sm_ll_lookup_big_ref_count()
316 *result = le32_to_cpu(le_rc); in sm_ll_lookup_big_ref_count()
473 __le32 le_rc = cpu_to_le32(ref_count); in sm_ll_mutate() local
478 __dm_bless_for_disk(&le_rc); in sm_ll_mutate()
480 &b, &le_rc, &ll->ref_count_root); in sm_ll_mutate()
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-space-map-common.c312 __le32 le_rc; in sm_ll_lookup_big_ref_count() local
315 r = dm_btree_lookup(&ll->ref_count_info, ll->ref_count_root, &b, &le_rc); in sm_ll_lookup_big_ref_count()
319 *result = le32_to_cpu(le_rc); in sm_ll_lookup_big_ref_count()
474 __le32 le_rc = cpu_to_le32(ref_count); in sm_ll_insert() local
479 __dm_bless_for_disk(&le_rc); in sm_ll_insert()
481 &b, &le_rc, &ll->ref_count_root); in sm_ll_insert()
653 __le32 le_rc; in sm_ll_inc_bitmap() local
688 le_rc = cpu_to_le32(3); in sm_ll_inc_bitmap()
689 __dm_bless_for_disk(&le_rc); in sm_ll_inc_bitmap()
691 &b, &le_rc, in sm_ll_inc_bitmap()
[all...]

Completed in 4 milliseconds