Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dutime.h9 __kernel_old_time_t modtime; member
/openbmc/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.c548 time64_t modtime; in backing_file_mismatch() local
552 err = os_file_modtime(file, &modtime); in backing_file_mismatch()
573 if (modtime != mtime) { in backing_file_mismatch()
575 "backing file\n", mtime, modtime); in backing_file_mismatch()
/openbmc/linux/include/linux/
H A Dtime32.h24 old_time32_t modtime; member
/openbmc/linux/fs/
H A Dutimes.c221 get_user(tv[1].tv_sec, &times->modtime)) in SYSCALL_DEFINE2()
243 get_user(tv[1].tv_sec, &t->modtime)) in SYSCALL_DEFINE2()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0001-adb-remove-selinux-extensions.patch43 u.modtime = timestamp;
/openbmc/linux/fs/nilfs2/
H A Dsufile.h29 unsigned long nblocks, time64_t modtime);
H A Dsufile.c548 unsigned long nblocks, time64_t modtime) in nilfs_sufile_set_segment_usage() argument
562 if (modtime) { in nilfs_sufile_set_segment_usage()
568 su->su_lastmod = cpu_to_le64(modtime); in nilfs_sufile_set_segment_usage()
/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-attr-fix-utime-for-symlink.patch45 - utim.modtime = new_mtime;
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.h75 unsigned long modtime; member
H A Dyaffsfs.c1719 local.modtime = local.actime; in yaffsfs_DoUtime()
1725 obj->yst_mtime = buf->modtime; in yaffsfs_DoUtime()
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c348 int os_file_modtime(const char *file, long long *modtime) in os_file_modtime() argument
360 *modtime = buf.ust_mtime; in os_file_modtime()
/openbmc/linux/arch/um/include/shared/
H A Dos.h158 extern int os_file_modtime(const char *file, long long *modtime);
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c148 tbuf.modtime = 1000; in test_file()
/openbmc/qemu/tests/unit/
H A Dtest-util-filemonitor.c618 ubuf.modtime = 1025; in test_file_monitor_events()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h348 abi_long modtime; member
H A Dsyscall.c9674 tbuf.modtime = tswapal(target_tbuf->modtime); in _syscall2()