/openbmc/linux/include/uapi/linux/ |
H A D | utime.h | 9 __kernel_old_time_t modtime; member
|
/openbmc/linux/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 | 548 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 D | time32.h | 24 old_time32_t modtime; member
|
/openbmc/linux/fs/ |
H A D | utimes.c | 221 get_user(tv[1].tv_sec, ×->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 D | 0001-adb-remove-selinux-extensions.patch | 43 u.modtime = timestamp;
|
/openbmc/linux/fs/nilfs2/ |
H A D | sufile.h | 29 unsigned long nblocks, time64_t modtime);
|
H A D | sufile.c | 548 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 D | 0001-attr-fix-utime-for-symlink.patch | 45 - utim.modtime = new_mtime;
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffsfs.h | 75 unsigned long modtime; member
|
H A D | yaffsfs.c | 1719 local.modtime = local.actime; in yaffsfs_DoUtime() 1725 obj->yst_mtime = buf->modtime; in yaffsfs_DoUtime()
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | file.c | 348 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 D | os.h | 158 extern int os_file_modtime(const char *file, long long *modtime);
|
/openbmc/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-test.c | 148 tbuf.modtime = 1000; in test_file()
|
/openbmc/qemu/tests/unit/ |
H A D | test-util-filemonitor.c | 618 ubuf.modtime = 1025; in test_file_monitor_events()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 348 abi_long modtime; member
|
H A D | syscall.c | 9674 tbuf.modtime = tswapal(target_tbuf->modtime); in _syscall2()
|