Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-snap.c211 struct bio_list snapshot_bios; member
1668 struct bio *snapshot_bios = NULL; in pending_complete() local
1727 snapshot_bios = bio_list_get(&pe->snapshot_bios); in pending_complete()
1738 error_bios(snapshot_bios); in pending_complete()
1742 flush_bios(snapshot_bios); in pending_complete()
1884 bio_list_init(&pe->snapshot_bios); in __insert_pending_exception()
2099 bio_list_add(&pe->snapshot_bios, bio); in snapshot_map()