Movatterモバイル変換


[0]ホーム

URL:


blk_queue_write_cache
Prev Chapter 14. Block Devices Next

Name

blk_queue_write_cache — configure queue's write cache

Synopsis

voidblk_queue_write_cache(struct request_queue *q,
 boolwc,
 boolfua);
 

Arguments

struct request_queue * q

the request queue for the device

bool wc

write back cache on or off

bool fua

device supports FUA writes, if true

Description

Tell the block layer about the write cache ofq.


Prev Up Next
blk_set_queue_depth Home blk_execute_rq_nowait

[8]ページ先頭

©2009-2025 Movatter.jp