Home
last modified time | relevance | path

Searched refs:lseek64 (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dmem.c160 if (lseek64(fd, len - 1, SEEK_SET) < 0) { in create_tmp_file()
161 perror("lseek64"); in create_tmp_file()
H A Duser_syms.c68 EXPORT_SYMBOL_PROTO(lseek64); variable
H A Dfile.c258 actual = lseek64(fd, offset, SEEK_SET); in os_seek_file()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dmem.c182 if (lseek64(fd, len - 1, SEEK_SET) < 0) { in create_tmp_file()
183 perror("lseek64"); in create_tmp_file()
H A Dfile.c258 actual = lseek64(fd, offset, SEEK_SET); in os_seek_file()
/kernel/linux/linux-5.10/fs/hostfs/
H A Dhostfs_user.c150 ret = lseek64(fd, offset, whence); in lseek_file()
/kernel/linux/linux-6.6/fs/hostfs/
H A Dhostfs_user.c151 ret = lseek64(fd, offset, whence); in lseek_file()

Completed in 6 milliseconds