Searched refs:os_read_file (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/um/kernel/
H A Dksyms.c18 EXPORT_SYMBOL(os_read_file); variable
H A Dsigio.c18 os_read_file(sigio_irq_fd, &c, sizeof(c)); sigio_interrupt()
H A Dinitrd.c75 n = os_read_file(fd, buf, size); load_initrd()
/linux-4.1.27/arch/um/drivers/
H A Drandom.c54 n = os_read_file(random_fd, &data, sizeof(data)); rng_dev_read()
H A Dhostaudio_kern.c85 err = os_read_file(state->fd, kbuf, count); hostaudio_read()
H A Dubd_kern.c456 n = os_read_file(thread_fd, &req, ubd_handler()
542 err = os_read_file(fd, buf, len); read_cow_bitmap()
1442 n = os_read_file(req->fds[bit], buf, len); do_io()
1483 n = os_read_file(kernel_fd, &req, io_thread()
/linux-4.1.27/fs/hppfs/
H A Dhppfs.c214 err = os_read_file(fd, new_buf, cur); hppfs_read_file()
361 n = os_read_file(fd, data->contents, sizeof(data->contents)); hppfs_get_data()
/linux-4.1.27/arch/um/include/shared/
H A Dos.h143 extern int os_read_file(int fd, void *buf, int len);
/linux-4.1.27/arch/um/os-Linux/
H A Dfile.c257 int os_read_file(int fd, void *buf, int len) os_read_file() function

Completed in 223 milliseconds