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

/linux-4.4.14/include/uapi/linux/
H A Dutime.h8 __kernel_time_t modtime; member in struct:utimbuf
/linux-4.4.14/arch/um/drivers/
H A Dcow_user.c200 unsigned long modtime; write_cow_header() local
232 err = os_file_modtime(header->backing_file, &modtime); write_cow_header()
248 header->mtime = htobe32(modtime); write_cow_header()
H A Dubd_kern.c551 unsigned long modtime; backing_file_mismatch() local
555 err = os_file_modtime(file, &modtime); backing_file_mismatch()
576 if (modtime != mtime) { backing_file_mismatch()
578 "backing file\n", mtime, modtime); backing_file_mismatch()
/linux-4.4.14/fs/nilfs2/
H A Dsufile.h43 unsigned long nblocks, time_t modtime);
H A Dsufile.c526 * @modtime: modification time (option)
529 unsigned long nblocks, time_t modtime) nilfs_sufile_set_segment_usage()
544 if (modtime) nilfs_sufile_set_segment_usage()
545 su->su_lastmod = cpu_to_le64(modtime); nilfs_sufile_set_segment_usage()
528 nilfs_sufile_set_segment_usage(struct inode *sufile, __u64 segnum, unsigned long nblocks, time_t modtime) nilfs_sufile_set_segment_usage() argument
/linux-4.4.14/arch/um/os-Linux/
H A Dfile.c323 int os_file_modtime(const char *file, unsigned long *modtime) os_file_modtime() argument
335 *modtime = buf.ust_mtime; os_file_modtime()
/linux-4.4.14/fs/
H A Dutimes.c33 get_user(tv[1].tv_sec, &times->modtime)) SYSCALL_DEFINE2()
H A Dcompat.c82 get_user(tv[1].tv_sec, &t->modtime)) COMPAT_SYSCALL_DEFINE2()
/linux-4.4.14/arch/um/include/shared/
H A Dos.h149 extern int os_file_modtime(const char *file, unsigned long *modtime);
/linux-4.4.14/include/linux/
H A Dcompat.h87 compat_time_t modtime; member in struct:compat_utimbuf

Completed in 257 milliseconds