Searched refs:maxRead (Results 1 – 1 of 1) sorted by relevance
516 int maxRead; in yaffs_read() local532 maxRead = yaffs_GetObjectFileLength(obj) - pos; in yaffs_read()536 maxRead = 0; in yaffs_read()539 if(nbyte > maxRead) in yaffs_read()541 nbyte = maxRead; in yaffs_read()