Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/include/shared/
H A Dos.h158 extern int os_file_modtime(const char *file, long long *modtime);
/openbmc/linux/arch/um/drivers/
H A Dcow_user.c233 err = os_file_modtime(header->backing_file, &modtime); in write_cow_header()
H A Dubd_kern.c564 err = os_file_modtime(file, &modtime); in backing_file_mismatch()
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c348 int os_file_modtime(const char *file, long long *modtime) in os_file_modtime() function