Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dutime.h9 __kernel_time_t modtime; member
/Linux-v4.19/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.c609 unsigned long modtime; in backing_file_mismatch() local
613 err = os_file_modtime(file, &modtime); in backing_file_mismatch()
634 if (modtime != mtime) { in backing_file_mismatch()
636 "backing file\n", mtime, modtime); in backing_file_mismatch()
/Linux-v4.19/fs/
Dutimes.c30 get_user(tv[1].tv_sec, &times->modtime)) in SYSCALL_DEFINE2()
240 get_user(tv[1].tv_sec, &t->modtime)) in COMPAT_SYSCALL_DEFINE2()
/Linux-v4.19/fs/nilfs2/
Dsufile.h29 unsigned long nblocks, time64_t modtime);
Dsufile.c520 unsigned long nblocks, time64_t modtime) in nilfs_sufile_set_segment_usage() argument
535 if (modtime) in nilfs_sufile_set_segment_usage()
536 su->su_lastmod = cpu_to_le64(modtime); in nilfs_sufile_set_segment_usage()
/Linux-v4.19/arch/um/os-Linux/
Dfile.c343 int os_file_modtime(const char *file, unsigned long *modtime) in os_file_modtime() argument
355 *modtime = buf.ust_mtime; in os_file_modtime()
/Linux-v4.19/arch/um/include/shared/
Dos.h151 extern int os_file_modtime(const char *file, unsigned long *modtime);
/Linux-v4.19/include/linux/
Dcompat.h120 compat_time_t modtime; member