Searched defs:statx (Results 1 – 7 of 7) sorted by relevance
72 struct statx { struct89 const struct statx_timestamp stx_atime; argument90 const struct statx_timestamp stx_btime; argument91 const struct statx_timestamp stx_ctime; argument92 const struct statx_timestamp stx_mtime; argument107 * statx: wrapper function of statx argument111 static inline int statx(int dirfd, const char *pathname, unsigned int flags, in statx() function
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
38 SYS_FUNC(statx) in SYS_FUNC() argument
67 # define statx libc_statx macro
1383 pub fn statx( in statx() function1388 statxbuf: *mut statx, in statx()