Searched refs:stx_btime (Results 1 – 6 of 6) sorted by relevance
117 struct statx_timestamp stx_btime; /* File creation time */ member
148 print_time(" Birth: ", &stx->stx_btime); in dump_statx()
643 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()
2720 struct target_statx_timestamp stx_btime; /* File creation time */ member
7718 __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()