Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dvolumes.h124 struct bio *flush_bio; member
Ddisk-io.c3596 struct bio *bio = device->flush_bio; in write_dev_flush()
3630 struct bio *bio = device->flush_bio; in wait_dev_flush()
Dvolumes.c277 bio_put(device->flush_bio); in btrfs_free_device()
336 dev->flush_bio = bio_alloc_bioset(GFP_KERNEL, 0, NULL); in __alloc_device()
337 if (!dev->flush_bio) { in __alloc_device()