Home
last modified time | relevance | path

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

/arch/um/include/shared/
Dos.h154 extern int os_sync_file(int fd);
/arch/um/os-Linux/
Dfile.c291 int os_sync_file(int fd) in os_sync_file() function
/arch/um/drivers/
Dubd_kern.c1483 req->error = map_error(-os_sync_file(req->fds[0])); in do_io()