Home
last modified time | relevance | path

Searched refs:rb2 (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/mtd/ubi/
Dattach.c1378 struct rb_node *rb1, *rb2; in scan_all() local
1416 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in scan_all()
1663 struct rb_node *rb1, *rb2; in self_check_ai() local
1717 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai()
1790 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai()
1877 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in self_check_ai()
Dwl.c1753 struct rb_node *rb1, *rb2; local
1809 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) {
Dfastmap.c521 struct rb_node *rb1, *rb2; in count_fastmap_pebs() local
531 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in count_fastmap_pebs()
/Linux-v5.15/drivers/md/
Draid10.c3359 struct r10bio *rb2; in raid10_sync_request() local
3387 rb2 = r10_bio; in raid10_sync_request()
3423 raise_barrier(conf, rb2 != NULL); in raid10_sync_request()
3426 r10_bio->master_bio = (struct bio*)rb2; in raid10_sync_request()
3427 if (rb2) in raid10_sync_request()
3428 atomic_inc(&rb2->remaining); in raid10_sync_request()
3571 if (rb2) in raid10_sync_request()
3572 atomic_dec(&rb2->remaining); in raid10_sync_request()
3573 r10_bio = rb2; in raid10_sync_request()
3602 struct r10bio *rb2 = r10_bio; in raid10_sync_request() local
[all …]
/Linux-v5.15/fs/ext4/
Dmballoc.c826 ext4_mb_avg_fragment_size_cmp(struct rb_node *rb1, struct rb_node *rb2) in ext4_mb_avg_fragment_size_cmp() argument
831 struct ext4_group_info *grp2 = rb_entry(rb2, in ext4_mb_avg_fragment_size_cmp()