Searched refs:ksys_lseek (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/init/ |
D | do_mounts_rd.c | 83 ksys_lseek(fd, start_block * BLOCK_SIZE, 0); in identify_ramdisk_image() 129 ksys_lseek(fd, start_block * BLOCK_SIZE + 0x200, 0); in identify_ramdisk_image() 143 ksys_lseek(fd, (start_block+1) * BLOCK_SIZE, 0); in identify_ramdisk_image() 171 ksys_lseek(fd, start_block * BLOCK_SIZE, 0); in identify_ramdisk_image()
|
/Linux-v5.4/fs/ |
D | read_write.c | 304 off_t ksys_lseek(unsigned int fd, off_t offset, unsigned int whence) in ksys_lseek() function 324 return ksys_lseek(fd, offset, whence); in SYSCALL_DEFINE3() 330 return ksys_lseek(fd, offset, whence); in COMPAT_SYSCALL_DEFINE3()
|
/Linux-v5.4/include/linux/ |
D | syscalls.h | 1246 off_t ksys_lseek(unsigned int fd, off_t offset, unsigned int whence);
|