Home
last modified time | relevance | path

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

/arch/um/drivers/
Dcow_user.c200 unsigned long modtime; in write_cow_header() local
232 err = os_file_modtime(header->backing_file, &modtime); in write_cow_header()
248 header->mtime = htobe32(modtime); in write_cow_header()
Dubd_kern.c551 unsigned long modtime; in backing_file_mismatch() local
555 err = os_file_modtime(file, &modtime); in backing_file_mismatch()
576 if (modtime != mtime) { in backing_file_mismatch()
578 "backing file\n", mtime, modtime); in backing_file_mismatch()
/arch/um/os-Linux/
Dfile.c324 int os_file_modtime(const char *file, unsigned long *modtime) in os_file_modtime() argument
336 *modtime = buf.ust_mtime; in os_file_modtime()
/arch/um/include/shared/
Dos.h149 extern int os_file_modtime(const char *file, unsigned long *modtime);