Searched refs:totalRead (Results 1 – 1 of 1) sorted by relevance
1075 int totalRead = 0; in yaffsfs_do_read() local1091 totalRead = -1; in yaffsfs_do_read()1095 totalRead = -1; in yaffsfs_do_read()1098 totalRead = -1; in yaffsfs_do_read()1122 totalRead = -1; in yaffsfs_do_read()1143 totalRead += nRead; in yaffsfs_do_read()1163 if (totalRead >= 0) in yaffsfs_do_read()1164 fd->position = startPos + totalRead; in yaffsfs_do_read()1173 return (totalRead >= 0) ? totalRead : -1; in yaffsfs_do_read()