Home
last modified time | relevance | path

Searched refs:os_file_modtime (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/um/include/shared/
Dos.h147 extern int os_file_modtime(const char *file, unsigned long *modtime);
/linux-4.1.27/arch/um/drivers/
Dcow_user.c232 err = os_file_modtime(header->backing_file, &modtime); in write_cow_header()
Dubd_kern.c555 err = os_file_modtime(file, &modtime); in backing_file_mismatch()
/linux-4.1.27/arch/um/os-Linux/
Dfile.c322 int os_file_modtime(const char *file, unsigned long *modtime) in os_file_modtime() function