Searched defs:statx (Results 1 – 6 of 6) sorted by relevance
99 struct statx { struct116 struct statx_timestamp stx_atime; /* Last access time */ argument117 struct statx_timestamp stx_btime; /* File creation time */ argument118 struct statx_timestamp stx_ctime; /* Last attribute change time */ argument119 struct statx_timestamp stx_mtime; /* Last data modification time */ argument136 * Query request/result mask for statx() and struct statx::stx_mask. argument
24 #define statx foo macro42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function
229 statx section in User API
598 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument
669 struct io_statx statx; member