Searched refs:newFilePos (Results 1 – 1 of 1) sorted by relevance
317 off64_t newFilePos; in FwdLockFile_lseek() local320 newFilePos = INVALID_OFFSET; in FwdLockFile_lseek()325 newFilePos = lseek64(pSession->fileDesc, pSession->dataOffset + offset, whence); in FwdLockFile_lseek()329 newFilePos = lseek64(pSession->fileDesc, offset, whence); in FwdLockFile_lseek()333 newFilePos = INVALID_OFFSET; in FwdLockFile_lseek()336 if (newFilePos != INVALID_OFFSET) { in FwdLockFile_lseek()337 if (newFilePos < pSession->dataOffset) { in FwdLockFile_lseek()343 newFilePos = INVALID_OFFSET; in FwdLockFile_lseek()347 pSession->filePos = newFilePos - pSession->dataOffset; in FwdLockFile_lseek()348 newFilePos = pSession->filePos; in FwdLockFile_lseek()[all …]