Searched refs:os_pread_file (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/um/include/shared/ |
| A D | os.h | 150 extern int os_pread_file(int fd, void *buf, int len, unsigned long long offset);
|
| /linux/arch/um/drivers/ |
| A D | ubd_kern.c | 552 err = os_pread_file(fd, buf, len, offset); in read_cow_bitmap() 1513 n = os_pread_file(req->fds[bit], buf, len, off); in do_io()
|
| /linux/arch/um/os-Linux/ |
| A D | file.c | 273 int os_pread_file(int fd, void *buf, int len, unsigned long long offset) in os_pread_file() function
|
Completed in 9 milliseconds