Home | History | Annotate | Download | only in block

Lines Matching refs:lseek

619      * There are reports that lseek on some devices fails, but
622 return lseek(s->fd, 0, SEEK_END);
659 size = lseek(fd, 0LL, SEEK_END);
675 size = lseek(fd, 0, SEEK_END);
690 return lseek(s->fd, 0, SEEK_END);
989 else if (lseek(fd, 0, SEEK_END) < total_size * BDRV_SECTOR_SIZE)