Home
last modified time | relevance | path

Searched defs:statx (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/include/uapi/linux/
Dstat.h99 struct statx { struct
116 struct statx_timestamp stx_atime; /* Last access time */ argument
117 struct statx_timestamp stx_btime; /* File creation time */ argument
118 struct statx_timestamp stx_ctime; /* Last attribute change time */ argument
119 struct statx_timestamp stx_mtime; /* Last data modification time */ argument
133 * Query request/result mask for statx() and struct statx::stx_mask. argument
/Linux-v4.19/include/uapi/linux/
Dstat.h99 struct statx { struct
116 struct statx_timestamp stx_atime; /* Last access time */ argument
117 struct statx_timestamp stx_btime; /* File creation time */ argument
118 struct statx_timestamp stx_ctime; /* Last attribute change time */ argument
119 struct statx_timestamp stx_mtime; /* Last data modification time */ argument
133 * Query request/result mask for statx() and struct statx::stx_mask. argument
/Linux-v4.19/samples/statx/
Dtest-statx.c36 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
/Linux-v4.19/fs/
Dstat.c566 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument