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

/external/yaffs2/yaffs2/
H A Dyaffs_guts.c4012 int nBytesRead; local
4036 nBytesRead =
4040 if (nBytesRead > dev->nDataBytesPerChunk) {
4041 nBytesRead = dev->nDataBytesPerChunk;
4045 (nBytesRead >
4046 (start + n)) ? nBytesRead : (start + n);

Completed in 56 milliseconds