Searched refs:stx_ctime (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dstat.h118 struct statx_timestamp stx_ctime; /* Last attribute change time */ member in struct:statx
149 #define STATX_CTIME 0x00000080U /* Want/got stx_ctime */
/linux-master/tools/include/uapi/linux/
H A Dstat.h118 struct statx_timestamp stx_ctime; /* Last attribute change time */ member in struct:statx
149 #define STATX_CTIME 0x00000080U /* Want/got stx_ctime */
/linux-master/samples/vfs/
H A Dtest-statx.c146 print_time("Change: ", &stx->stx_ctime);
/linux-master/fs/
H A Dstat.c650 tmp.stx_ctime.tv_sec = stat->ctime.tv_sec;
651 tmp.stx_ctime.tv_nsec = stat->ctime.tv_nsec;
/linux-master/tools/include/nolibc/
H A Dsys.h1078 buf->st_ctim.tv_sec = statx.stx_ctime.tv_sec;
1079 buf->st_ctim.tv_nsec = statx.stx_ctime.tv_nsec;

Completed in 195 milliseconds