Searched refs:QUEUE_FLAG_WC (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-settings.c | 785 blk_queue_flag_set(QUEUE_FLAG_WC, q); in blk_queue_write_cache() 787 blk_queue_flag_clear(QUEUE_FLAG_WC, q); in blk_queue_write_cache() 793 wbt_set_write_cache(q, test_bit(QUEUE_FLAG_WC, &q->queue_flags)); in blk_queue_write_cache()
|
| H A D | blk-sysfs.c | 513 if (test_bit(QUEUE_FLAG_WC, &q->queue_flags)) in queue_wc_show() 534 blk_queue_flag_set(QUEUE_FLAG_WC, q); in queue_wc_store() 536 blk_queue_flag_clear(QUEUE_FLAG_WC, q); in queue_wc_store()
|
| H A D | blk-flush.c | 106 if (fflags & (1UL << QUEUE_FLAG_WC)) { in blk_flush_policy()
|
| H A D | blk-wbt.c | 841 rwb->wc = test_bit(QUEUE_FLAG_WC, &q->queue_flags); in wbt_init()
|
| H A D | blk-core.c | 849 !test_bit(QUEUE_FLAG_WC, &q->queue_flags)) { in submit_bio_checks()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_iblock.c | 705 else if (!test_bit(QUEUE_FLAG_WC, &q->queue_flags)) in iblock_execute_rw() 858 return test_bit(QUEUE_FLAG_WC, &q->queue_flags); in iblock_get_write_cache()
|
| /OK3568_Linux_fs/kernel/drivers/block/xen-blkback/ |
| H A D | xenbus.c | 519 if (q && test_bit(QUEUE_FLAG_WC, &q->queue_flags)) in xen_vbd_create()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blkdev.h | 631 #define QUEUE_FLAG_WC 17 /* Write back caching */ macro
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5-ppl.c | 1328 if (test_bit(QUEUE_FLAG_WC, &q->queue_flags)) in ppl_init_child_log()
|
| H A D | dm-table.c | 2116 if (dm_table_supports_flush(t, (1UL << QUEUE_FLAG_WC))) { in dm_table_set_restrictions()
|
| H A D | raid5-cache.c | 3099 log->need_cache_flush = test_bit(QUEUE_FLAG_WC, &q->queue_flags) != 0; in r5l_init_log()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | loop.c | 1219 if (test_bit(QUEUE_FLAG_WC, &lo->lo_queue->queue_flags)) in __loop_clr_fd()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | disk-io.c | 3732 if (!test_bit(QUEUE_FLAG_WC, &q->queue_flags)) in write_dev_flush()
|