Searched refs:write_ok (Results 1 - 1 of 1) sorted by relevance

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c491 int write_ok = 0; local
552 write_ok = yaffs_wr_chunk_tags_nand(dev, chunk, data, tags);
555 write_ok =
558 if (write_ok != YAFFS_OK) {
570 } while (write_ok != YAFFS_OK &&
573 if (!write_ok)

Completed in 38 milliseconds