Home
last modified time | relevance | path

Searched refs:os_pwrite_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/um/include/shared/
H A Dos.h157 extern int os_pwrite_file(int fd, const void *buf, int count, unsigned long long offset);
/openbmc/linux/arch/um/drivers/
H A Dubd_kern.c1446 n = os_pwrite_file(req->fds[1], &segment->bitmap_words, in update_bitmap()
1499 n = os_pwrite_file(req->fds[bit], buf, len, off); in do_io()
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c300 int os_pwrite_file(int fd, const void *buf, int len, unsigned long long offset) in os_pwrite_file() function