Lines Matching refs:io_mode
347 enum cache_io_mode io_mode;
504 return cache->features.io_mode == CM_IO_WRITETHROUGH;
509 return cache->features.io_mode == CM_IO_WRITEBACK;
514 return unlikely(cache->features.io_mode == CM_IO_PASSTHROUGH);
2193 cf->io_mode = CM_IO_WRITEBACK;
2220 cf->io_mode = CM_IO_WRITEBACK;
2225 cf->io_mode = CM_IO_WRITETHROUGH;
2230 cf->io_mode = CM_IO_PASSTHROUGH;
2247 *error = "Duplicate cache io_mode features requested";
3092 cache_device_name(cache), (int) cf->io_mode);