Searched refs:n_bytes_read (Results 1 – 1 of 1) sorted by relevance
3504 u32 n_bytes_read; in yaffs_do_file_wr() local3539 n_bytes_read = 0; /* Past end of file */ in yaffs_do_file_wr()3541 n_bytes_read = in yaffs_do_file_wr()3545 if (n_bytes_read > dev->data_bytes_per_chunk) in yaffs_do_file_wr()3546 n_bytes_read = dev->data_bytes_per_chunk; in yaffs_do_file_wr()3549 (n_bytes_read > in yaffs_do_file_wr()3550 (start + n)) ? n_bytes_read : (start + n); in yaffs_do_file_wr()