table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
BLK_QUEUE_FLUSH(9) | Block Devices | BLK_QUEUE_FLUSH(9) |
NAME¶
blk_queue_flush - configure queue's cache flush capabilitySYNOPSIS¶
void
blk_queue_flush(struct request_queue * q,
unsigned int flush);
ARGUMENTS¶
qthe request queue for the device
flush
0, REQ_FLUSH or REQ_FLUSH | REQ_FUA
DESCRIPTION¶
Tell block layer cache flush capability of q. If it supports flushing, REQ_FLUSH should be set. If it supports bypassing write cache for individual writes, REQ_FUA should be set.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |