Searched refs:rb2 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/mtd/ubi/ |
D | attach.c | 1378 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()
|
D | wl.c | 1764 struct rb_node *rb1, *rb2; local 1820 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) {
|
D | fastmap.c | 522 struct rb_node *rb1, *rb2; in count_fastmap_pebs() local 532 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in count_fastmap_pebs()
|
/linux-6.1.9/drivers/md/ |
D | raid10.c | 3421 struct r10bio *rb2; in raid10_sync_request() local 3449 rb2 = r10_bio; in raid10_sync_request() 3485 raise_barrier(conf, rb2 != NULL); in raid10_sync_request() 3488 r10_bio->master_bio = (struct bio*)rb2; in raid10_sync_request() 3489 if (rb2) in raid10_sync_request() 3490 atomic_inc(&rb2->remaining); in raid10_sync_request() 3633 if (rb2) in raid10_sync_request() 3634 atomic_dec(&rb2->remaining); in raid10_sync_request() 3635 r10_bio = rb2; in raid10_sync_request() 3664 struct r10bio *rb2 = r10_bio; in raid10_sync_request() local [all …]
|