Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_guts.c3504 u32 n_bytes_read; in yaffs_do_file_wr() local
3539 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()