Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dutime.h9 __kernel_old_time_t modtime; member
/linux/arch/um/drivers/
H A Dcow_user.c201 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 Dubd_kern.c537 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/include/linux/
H A Dtime32.h24 old_time32_t modtime; member
/linux/arch/um/os-Linux/
H A Dfile.c338 int os_file_modtime(const char *file, long long *modtime) in os_file_modtime() argument
350 *modtime = buf.ust_mtime; in os_file_modtime()
/linux/fs/nilfs2/
H A Dsufile.c570 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/arch/um/include/shared/
H A Dos.h156 extern int os_file_modtime(const char *file, long long *modtime);