Searched refs:os_write_file (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/um/drivers/ |
D | cow_sys.h | 37 return os_write_file(fd, buf, size); in cow_write_file()
|
D | ubd_kern.c | 1257 int n = os_write_file(thread_fd, &io_req, in submit_request() 1386 n = os_write_file(req->fds[1], &req->bitmap_words, in update_bitmap() 1452 n = os_write_file(req->fds[bit], buf, len); in do_io() 1497 n = os_write_file(kernel_fd, &req, in io_thread()
|
D | port_kern.c | 110 os_write_file(fd, NO_WAITER_MSG, sizeof(NO_WAITER_MSG)); in port_accept()
|
D | hostaudio_kern.c | 116 err = os_write_file(state->fd, kbuf, count); in hostaudio_write()
|
/linux-4.1.27/arch/um/kernel/ |
D | ksyms.c | 19 EXPORT_SYMBOL(os_write_file);
|
D | physmem.c | 114 os_write_file(physmem_fd, &__syscall_stub_start, PAGE_SIZE); in setup_physmem()
|
/linux-4.1.27/arch/um/include/shared/ |
D | os.h | 144 extern int os_write_file(int fd, const void *buf, int count);
|
/linux-4.1.27/arch/um/os-Linux/ |
D | file.c | 266 int os_write_file(int fd, const void *buf, int len) in os_write_file() function
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 352 os_write_file(fd, data->contents, n); in hppfs_get_data()
|