Home
last modified time | relevance | path

Searched refs:stx_btime (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h117 struct statx_timestamp stx_btime; /* File creation time */ member
/openbmc/linux/include/uapi/linux/
H A Dstat.h117 struct statx_timestamp stx_btime; /* File creation time */ member
/openbmc/linux/samples/vfs/
H A Dtest-statx.c148 print_time(" Birth: ", &stx->stx_btime); in dump_statx()
/openbmc/linux/fs/
H A Dstat.c643 tmp.stx_btime.tv_sec = stat->btime.tv_sec; in cp_statx()
644 tmp.stx_btime.tv_nsec = stat->btime.tv_nsec; in cp_statx()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2720 struct target_statx_timestamp stx_btime; /* File creation time */ member
H A Dsyscall.c7718 __put_user(host_stx->stx_btime.tv_sec, &target_stx->stx_btime.tv_sec); in host_to_target_statx()
7719 __put_user(host_stx->stx_btime.tv_nsec, &target_stx->stx_btime.tv_nsec); in host_to_target_statx()