Home
last modified time | relevance | path

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

/linux/drivers/nvdimm/
H A Dpmem.c385 bool write_cache; in write_cache_store() local
388 rc = kstrtobool(buf, &write_cache); in write_cache_store()
391 dax_write_cache(pmem->dax_dev, write_cache); in write_cache_store()
394 static DEVICE_ATTR_RW(write_cache);
/linux/drivers/mtd/nand/spi/
H A Dcore.c1608 info->op_variants.write_cache); in spinand_match_and_init()
1612 spinand->ssdr_op_templates.write_cache = op; in spinand_match_and_init()
1640 info->op_variants.write_cache); in spinand_match_and_init()
1641 spinand->odtr_op_templates.write_cache = op; in spinand_match_and_init()
1692 spinand->odtr_op_templates.write_cache && in spinand_configure_chip()
1704 spinand->odtr_op_templates.write_cache = NULL; in spinand_configure_chip()
1718 spinand->ssdr_op_templates.write_cache->data.buswidth == 4 || in spinand_configure_chip()
/linux/include/linux/mtd/
H A Dspinand.h600 const struct spinand_op_variants *write_cache; member
627 .write_cache = __write, \
716 const struct spi_mem_op *write_cache; member
/linux/Documentation/ABI/stable/
H A Dsysfs-block780 What: /sys/block/<disk>/queue/write_cache
/linux/tools/perf/util/
H A Dheader.c1254 static int write_cache(struct feat_fd *ff, in write_cache() function