Lines Matching refs:io_mode
278 enum cache_io_mode io_mode;
435 return cache->features.io_mode == CM_IO_WRITETHROUGH;
440 return cache->features.io_mode == CM_IO_WRITEBACK;
445 return unlikely(cache->features.io_mode == CM_IO_PASSTHROUGH);
2141 cf->io_mode = CM_IO_WRITEBACK;
2168 cf->io_mode = CM_IO_WRITEBACK;
2173 cf->io_mode = CM_IO_WRITETHROUGH;
2178 cf->io_mode = CM_IO_PASSTHROUGH;
2195 *error = "Duplicate cache io_mode features requested";
3036 cache_device_name(cache), (int) cf->io_mode);