Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
Dyaffs_guts.c3503 u32 n_bytes_read; in yaffs_do_file_wr() local
3538 n_bytes_read = 0; /* Past end of file */ in yaffs_do_file_wr()
3540 n_bytes_read = in yaffs_do_file_wr()
3544 if (n_bytes_read > dev->data_bytes_per_chunk) in yaffs_do_file_wr()
3545 n_bytes_read = dev->data_bytes_per_chunk; in yaffs_do_file_wr()
3548 (n_bytes_read > in yaffs_do_file_wr()
3549 (start + n)) ? n_bytes_read : (start + n); in yaffs_do_file_wr()