Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dutime.h8 __kernel_time_t modtime; member
/linux-4.4.14/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()
/linux-4.4.14/fs/nilfs2/
Dsufile.h43 unsigned long nblocks, time_t modtime);
Dsufile.c529 unsigned long nblocks, time_t modtime) in nilfs_sufile_set_segment_usage() argument
544 if (modtime) in nilfs_sufile_set_segment_usage()
545 su->su_lastmod = cpu_to_le64(modtime); in nilfs_sufile_set_segment_usage()
/linux-4.4.14/arch/um/os-Linux/
Dfile.c323 int os_file_modtime(const char *file, unsigned long *modtime) in os_file_modtime() argument
335 *modtime = buf.ust_mtime; in os_file_modtime()
/linux-4.4.14/fs/
Dutimes.c33 get_user(tv[1].tv_sec, &times->modtime)) in SYSCALL_DEFINE2()
Dcompat.c82 get_user(tv[1].tv_sec, &t->modtime)) in COMPAT_SYSCALL_DEFINE2()
/linux-4.4.14/arch/um/include/shared/
Dos.h149 extern int os_file_modtime(const char *file, unsigned long *modtime);
/linux-4.4.14/include/linux/
Dcompat.h87 compat_time_t modtime; member