Home
last modified time | relevance | path

Searched refs:utimbuf (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dutime.h7 struct utimbuf { struct
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0001-adb-remove-selinux-extensions.patch39 struct utimbuf u;
/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-attr-fix-utime-for-symlink.patch35 - struct utimbuf utim;
/openbmc/linux/fs/
H A Dutimes.c215 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) in SYSCALL_DEFINE2()
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c83 struct utimbuf tbuf; in test_file()
/openbmc/qemu/tests/unit/
H A Dtest-util-filemonitor.c462 struct utimbuf ubuf; in test_file_monitor_events()
/openbmc/linux/include/linux/
H A Dsyscalls.h56 struct utimbuf;
1024 struct utimbuf __user *times);
/openbmc/qemu/linux-user/
H A Dsyscall.c9433 struct utimbuf tbuf, *host_tbuf; in _syscall2()