Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_yaffs2.c877 int this_write; in yaffs2_handle_hole() local
883 this_write = increase; in yaffs2_handle_hole()
884 if (this_write > dev->data_bytes_per_chunk) in yaffs2_handle_hole()
885 this_write = dev->data_bytes_per_chunk; in yaffs2_handle_hole()
887 yaffs_do_file_wr(obj, local_buffer, pos, this_write, in yaffs2_handle_hole()
889 if (written == this_write) { in yaffs2_handle_hole()
890 pos += this_write; in yaffs2_handle_hole()
891 increase -= this_write; in yaffs2_handle_hole()