Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-snap.c98 * as well as the snapshot_bios list.
211 struct bio_list snapshot_bios; member
1667 struct bio *snapshot_bios = NULL; in pending_complete() local
1726 snapshot_bios = bio_list_get(&pe->snapshot_bios); in pending_complete()
1737 error_bios(snapshot_bios); in pending_complete()
1741 flush_bios(snapshot_bios); in pending_complete()
1883 bio_list_init(&pe->snapshot_bios); in __insert_pending_exception()
2098 bio_list_add(&pe->snapshot_bios, bio); in snapshot_map()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-snap.c99 * as well as the snapshot_bios list.
207 struct bio_list snapshot_bios; member
1647 struct bio *snapshot_bios = NULL; in pending_complete() local
1706 snapshot_bios = bio_list_get(&pe->snapshot_bios); in pending_complete()
1717 error_bios(snapshot_bios); in pending_complete()
1721 flush_bios(snapshot_bios); in pending_complete()
1863 bio_list_init(&pe->snapshot_bios); in __insert_pending_exception()
2078 bio_list_add(&pe->snapshot_bios, bio); in snapshot_map()

Completed in 7 milliseconds