Home
last modified time | relevance | path

Searched refs:os_seek_file (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dcow_sys.h28 return os_seek_file(fd, offset); in cow_seek_file()
/openbmc/linux/arch/um/kernel/
H A Dksyms.c20 EXPORT_SYMBOL(os_seek_file);
H A Dphysmem.c107 os_seek_file(physmem_fd, __pa(__syscall_stub_start)); in setup_physmem()
/openbmc/linux/arch/um/include/shared/
H A Dos.h150 extern int os_seek_file(int fd, unsigned long long offset);
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c254 int os_seek_file(int fd, unsigned long long offset) in os_seek_file() function