Home
last modified time | relevance | path

Searched refs:actime (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dutime.h8 __kernel_old_time_t actime; member
/openbmc/linux/include/linux/
H A Dtime32.h23 old_time32_t actime; member
/openbmc/linux/fs/
H A Dutimes.c220 if (get_user(tv[0].tv_sec, &times->actime) || in SYSCALL_DEFINE2()
242 if (get_user(tv[0].tv_sec, &t->actime) || in SYSCALL_DEFINE2()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0001-adb-remove-selinux-extensions.patch42 u.actime = timestamp;
/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-attr-fix-utime-for-symlink.patch44 - utim.actime = new_atime;
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.h74 unsigned long actime; member
H A Dyaffsfs.c1718 local.actime = Y_CURRENT_TIME; in yaffsfs_DoUtime()
1719 local.modtime = local.actime; in yaffsfs_DoUtime()
1724 obj->yst_atime = buf->actime; in yaffsfs_DoUtime()
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c147 tbuf.actime = 1001; in test_file()
/openbmc/qemu/tests/unit/
H A Dtest-util-filemonitor.c617 ubuf.actime = 1024; in test_file_monitor_events()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h347 abi_long actime; member
H A Dsyscall.c9678 tbuf.actime = tswapal(target_tbuf->actime); in _syscall2()