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

/u-boot/fs/yaffs2/
H A Dyaffs_guts.c3504 u32 n_bytes_read; local
3539 n_bytes_read = 0; /* Past end of file */
3541 n_bytes_read =
3545 if (n_bytes_read > dev->data_bytes_per_chunk)
3546 n_bytes_read = dev->data_bytes_per_chunk;
3549 (n_bytes_read >
3550 (start + n)) ? n_bytes_read : (start + n);

Completed in 49 milliseconds