Searched refs:stx_btime (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dstat.h117 struct statx_timestamp stx_btime; /* File creation time */ member in struct:statx
154 #define STATX_BTIME 0x00000800U /* Want/got stx_btime */
/linux-master/tools/include/uapi/linux/
H A Dstat.h117 struct statx_timestamp stx_btime; /* File creation time */ member in struct:statx
154 #define STATX_BTIME 0x00000800U /* Want/got stx_btime */
/linux-master/samples/vfs/
H A Dtest-statx.c148 print_time(" Birth: ", &stx->stx_btime);
/linux-master/fs/
H A Dstat.c648 tmp.stx_btime.tv_sec = stat->btime.tv_sec;
649 tmp.stx_btime.tv_nsec = stat->btime.tv_nsec;

Completed in 157 milliseconds