write_cache       239 drivers/dax/super.c 	bool write_cache;
write_cache       240 drivers/dax/super.c 	int rc = strtobool(buf, &write_cache);
write_cache       250 drivers/dax/super.c 		dax_write_cache(dax_dev, write_cache);
write_cache       255 drivers/dax/super.c static DEVICE_ATTR_RW(write_cache);
write_cache       180 drivers/mtd/nand/spi/core.c 	    spinand->op_templates.write_cache->data.buswidth == 4 ||
write_cache       873 drivers/mtd/nand/spi/core.c 					       info->op_variants.write_cache);
write_cache       877 drivers/mtd/nand/spi/core.c 		spinand->op_templates.write_cache = op;
write_cache       301 include/linux/mtd/spinand.h 		const struct spinand_op_variants *write_cache;
write_cache       311 include/linux/mtd/spinand.h 		.write_cache = __write,					\
write_cache       376 include/linux/mtd/spinand.h 		const struct spi_mem_op *write_cache;