Searched refs:this_write (Results 1 – 2 of 2) sorted by relevance
877 int this_write; in yaffs2_handle_hole() local883 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()
1545 ssize_t this_write; in schannel_send() local1549 this_write = 0; in schannel_send()1579 len - written, &this_write); in schannel_send()1588 written += this_write; in schannel_send()