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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c3541 __u32 n_bytesRead; local
3575 n_bytesRead = 0; /* Past end of file */
3577 n_bytesRead = in->variant.file_variant.file_size - chunkStart;
3579 if (n_bytesRead > dev->data_bytes_per_chunk)
3580 n_bytesRead = dev->data_bytes_per_chunk;
3583 (n_bytesRead >
3584 (start + n)) ? n_bytesRead : (start + n);

Completed in 33 milliseconds