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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c3497 u32 n_bytes_read; local
3532 n_bytes_read = 0; /* Past end of file */
3534 n_bytes_read =
3538 if (n_bytes_read > dev->data_bytes_per_chunk)
3539 n_bytes_read = dev->data_bytes_per_chunk;
3542 (n_bytes_read >
3543 (start + n)) ? n_bytes_read : (start + n);

Completed in 28 milliseconds