Searched refs:modtime (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/include/uapi/linux/ |
| H A D | utime.h | 9 __kernel_old_time_t modtime; member
|
| /linux-6.15/arch/um/drivers/ |
| H A D | cow_user.c | 201 long long modtime; in write_cow_header() local 233 err = os_file_modtime(header->backing_file, &modtime); in write_cow_header() 249 header->mtime = htobe32(modtime); in write_cow_header()
|
| H A D | ubd_kern.c | 537 time64_t modtime; in backing_file_mismatch() local 541 err = os_file_modtime(file, &modtime); in backing_file_mismatch() 562 if (modtime != mtime) { in backing_file_mismatch() 564 "backing file\n", mtime, modtime); in backing_file_mismatch()
|
| /linux-6.15/include/linux/ |
| H A D | time32.h | 24 old_time32_t modtime; member
|
| /linux-6.15/fs/ |
| H A D | utimes.c | 216 get_user(tv[1].tv_sec, ×->modtime)) in SYSCALL_DEFINE2() 238 get_user(tv[1].tv_sec, &t->modtime)) in SYSCALL_DEFINE2()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | sufile.h | 29 unsigned long nblocks, time64_t modtime);
|
| H A D | sufile.c | 570 unsigned long nblocks, time64_t modtime) in nilfs_sufile_set_segment_usage() argument 584 if (modtime) { in nilfs_sufile_set_segment_usage() 590 su->su_lastmod = cpu_to_le64(modtime); in nilfs_sufile_set_segment_usage()
|
| /linux-6.15/arch/um/os-Linux/ |
| H A D | file.c | 353 int os_file_modtime(const char *file, long long *modtime) in os_file_modtime() argument 365 *modtime = buf.ust_mtime; in os_file_modtime()
|
| /linux-6.15/arch/um/include/shared/ |
| H A D | os.h | 157 extern int os_file_modtime(const char *file, long long *modtime);
|