Home
last modified time | relevance | path

Searched refs:stx_ctime (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h118 struct statx_timestamp stx_ctime; /* Last attribute change time */ member
/openbmc/linux/include/uapi/linux/
H A Dstat.h118 struct statx_timestamp stx_ctime; /* Last attribute change time */ member
/openbmc/linux/samples/vfs/
H A Dtest-statx.c146 print_time("Change: ", &stx->stx_ctime); in dump_statx()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h1031 buf->st_ctim.tv_sec = statx.stx_ctime.tv_sec; in stat()
1032 buf->st_ctim.tv_nsec = statx.stx_ctime.tv_nsec; in stat()
/openbmc/linux/fs/
H A Dstat.c645 tmp.stx_ctime.tv_sec = stat->ctime.tv_sec; in cp_statx()
646 tmp.stx_ctime.tv_nsec = stat->ctime.tv_nsec; in cp_statx()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2721 struct target_statx_timestamp stx_ctime; /* Last attribute change time */ member
H A Dsyscall.c7720 __put_user(host_stx->stx_ctime.tv_sec, &target_stx->stx_ctime.tv_sec); in host_to_target_statx()
7721 __put_user(host_stx->stx_ctime.tv_nsec, &target_stx->stx_ctime.tv_nsec); in host_to_target_statx()
11915 __put_user(st.st_ctime, &target_stx->stx_ctime.tv_sec); in _syscall2()