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