Home
last modified time | relevance | path

Searched refs:virtblk_cache_types (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/block/
H A Dvirtio_blk.c1158 static const char *const virtblk_cache_types[] = { variable
1172 i = sysfs_match_string(virtblk_cache_types, buf); in cache_type_store()
1188 BUG_ON(writeback >= ARRAY_SIZE(virtblk_cache_types)); in cache_type_show()
1189 return sysfs_emit(buf, "%s\n", virtblk_cache_types[writeback]); in cache_type_show()