Searched refs:modtime (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | utime.h | 8 __kernel_time_t modtime; member
|
/linux-4.4.14/arch/um/drivers/ |
D | cow_user.c | 200 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()
|
D | ubd_kern.c | 551 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/ |
D | sufile.h | 43 unsigned long nblocks, time_t modtime);
|
D | sufile.c | 529 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/ |
D | file.c | 323 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/ |
D | utimes.c | 33 get_user(tv[1].tv_sec, ×->modtime)) in SYSCALL_DEFINE2()
|
D | compat.c | 82 get_user(tv[1].tv_sec, &t->modtime)) in COMPAT_SYSCALL_DEFINE2()
|
/linux-4.4.14/arch/um/include/shared/ |
D | os.h | 149 extern int os_file_modtime(const char *file, unsigned long *modtime);
|
/linux-4.4.14/include/linux/ |
D | compat.h | 87 compat_time_t modtime; member
|