ksys_lseek 324 fs/read_write.c return ksys_lseek(fd, offset, whence); ksys_lseek 330 fs/read_write.c return ksys_lseek(fd, offset, whence); ksys_lseek 1246 include/linux/syscalls.h off_t ksys_lseek(unsigned int fd, off_t offset, unsigned int whence); ksys_lseek 83 init/do_mounts_rd.c ksys_lseek(fd, start_block * BLOCK_SIZE, 0); ksys_lseek 129 init/do_mounts_rd.c ksys_lseek(fd, start_block * BLOCK_SIZE + 0x200, 0); ksys_lseek 143 init/do_mounts_rd.c ksys_lseek(fd, (start_block+1) * BLOCK_SIZE, 0); ksys_lseek 171 init/do_mounts_rd.c ksys_lseek(fd, start_block * BLOCK_SIZE, 0);