Home
last modified time | relevance | path

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

/arch/um/drivers/
Dcow_user.c197 unsigned long modtime; in write_cow_header() local
229 err = os_file_modtime(header->backing_file, &modtime); in write_cow_header()
245 header->mtime = htonl(modtime); in write_cow_header()
Dubd_kern.c554 unsigned long modtime; in backing_file_mismatch() local
558 err = os_file_modtime(file, &modtime); in backing_file_mismatch()
579 if (modtime != mtime) { in backing_file_mismatch()
581 "backing file\n", mtime, modtime); in backing_file_mismatch()
/arch/um/os-Linux/
Dfile.c309 int os_file_modtime(const char *file, unsigned long *modtime) in os_file_modtime() argument
321 *modtime = buf.ust_mtime; in os_file_modtime()
/arch/um/include/shared/
Dos.h140 extern int os_file_modtime(const char *file, unsigned long *modtime);