modtime 200 arch/um/drivers/cow_user.c unsigned long modtime; modtime 232 arch/um/drivers/cow_user.c err = os_file_modtime(header->backing_file, &modtime); modtime 248 arch/um/drivers/cow_user.c header->mtime = htobe32(modtime); modtime 605 arch/um/drivers/ubd_kern.c unsigned long modtime; modtime 609 arch/um/drivers/ubd_kern.c err = os_file_modtime(file, &modtime); modtime 630 arch/um/drivers/ubd_kern.c if (modtime != mtime) { modtime 632 arch/um/drivers/ubd_kern.c "backing file\n", mtime, modtime); modtime 153 arch/um/include/shared/os.h extern int os_file_modtime(const char *file, unsigned long *modtime); modtime 345 arch/um/os-Linux/file.c int os_file_modtime(const char *file, unsigned long *modtime) modtime 357 arch/um/os-Linux/file.c *modtime = buf.ust_mtime; modtime 520 fs/nilfs2/sufile.c unsigned long nblocks, time64_t modtime) modtime 535 fs/nilfs2/sufile.c if (modtime) modtime 536 fs/nilfs2/sufile.c su->su_lastmod = cpu_to_le64(modtime); modtime 29 fs/nilfs2/sufile.h unsigned long nblocks, time64_t modtime); modtime 210 fs/utimes.c get_user(tv[1].tv_sec, ×->modtime)) modtime 232 fs/utimes.c get_user(tv[1].tv_sec, &t->modtime)) modtime 36 include/linux/time32.h old_time32_t modtime; modtime 9 include/uapi/linux/utime.h __kernel_time_t modtime;