file_buf 353 drivers/mtd/nand/raw/nandsim.c void *file_buf; file_buf 554 drivers/mtd/nand/raw/nandsim.c ns->file_buf = kmalloc(ns->geom.pgszoob, GFP_KERNEL); file_buf 555 drivers/mtd/nand/raw/nandsim.c if (!ns->file_buf) { file_buf 596 drivers/mtd/nand/raw/nandsim.c kfree(ns->file_buf); file_buf 1493 drivers/mtd/nand/raw/nandsim.c pg_off = ns->file_buf + ns->regs.column + ns->regs.off; file_buf 1497 drivers/mtd/nand/raw/nandsim.c memset(ns->file_buf, 0xff, ns->geom.pgszoob); file_buf 1510 drivers/mtd/nand/raw/nandsim.c tx = write_file(ns, ns->cfile, ns->file_buf, ns->geom.pgszoob, pos);