Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_proc.c250 [WO_bdev_flush] = 'f', in drbd_seq_show()
Ddrbd_receiver.c1181 if (connection->resource->write_ordering >= WO_bdev_flush) { in drbd_flush()
1302 if (wo == WO_bdev_flush && !dc->disk_flushes) in max_allowed_wo()
1324 [WO_bdev_flush] = "flush", in drbd_bump_write_ordering()
1328 if (wo != WO_bdev_flush) in drbd_bump_write_ordering()
1346 if (pwo != resource->write_ordering || wo == WO_bdev_flush) in drbd_bump_write_ordering()
1549 case WO_bdev_flush: in receive_Barrier()
Ddrbd_int.h638 WO_bdev_flush, enumerator
Ddrbd_nl.c1422 drbd_bump_write_ordering(device->resource, NULL, WO_bdev_flush); in drbd_adm_disk_opts()
1731 drbd_bump_write_ordering(device->resource, device->ldev, WO_bdev_flush); in drbd_adm_attach()
Ddrbd_main.c2594 resource->write_ordering = WO_bdev_flush; in drbd_create_resource()