Searched refs:os_pwrite_file (Results 1 – 3 of 3) sorted by relevance
| /arch/um/include/shared/ |
| A D | os.h | 155 extern int os_pwrite_file(int fd, const void *buf, int count, unsigned long long offset);
|
| /arch/um/os-Linux/ |
| A D | file.c | 290 int os_pwrite_file(int fd, const void *buf, int len, unsigned long long offset) in os_pwrite_file() function
|
| /arch/um/drivers/ |
| A D | ubd_kern.c | 1403 n = os_pwrite_file(req->fds[1], &segment->bitmap_words, in update_bitmap() 1456 n = os_pwrite_file(req->fds[bit], buf, len, off); in do_io()
|
Completed in 8 milliseconds