Searched refs:lseek64 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | mem.c | 160 if (lseek64(fd, len - 1, SEEK_SET) < 0) { in create_tmp_file() 161 perror("lseek64"); in create_tmp_file()
|
H A D | user_syms.c | 68 EXPORT_SYMBOL_PROTO(lseek64); variable
|
H A D | file.c | 258 actual = lseek64(fd, offset, SEEK_SET); in os_seek_file()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | mem.c | 182 if (lseek64(fd, len - 1, SEEK_SET) < 0) { in create_tmp_file() 183 perror("lseek64"); in create_tmp_file()
|
H A D | file.c | 258 actual = lseek64(fd, offset, SEEK_SET); in os_seek_file()
|
/kernel/linux/linux-5.10/fs/hostfs/ |
H A D | hostfs_user.c | 150 ret = lseek64(fd, offset, whence); in lseek_file()
|
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_user.c | 151 ret = lseek64(fd, offset, whence); in lseek_file()
|
Completed in 6 milliseconds