Home
last modified time | relevance | path

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

/external/ltp/include/lapi/
Dstat.h72 struct statx { struct
89 const struct statx_timestamp stx_atime; argument
90 const struct statx_timestamp stx_btime; argument
91 const struct statx_timestamp stx_ctime; argument
92 const struct statx_timestamp stx_mtime; argument
107 * statx: wrapper function of statx argument
111 static inline int statx(int dirfd, const char *pathname, unsigned int flags, in statx() function
/external/kernel-headers/original/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
136 * Query request/result mask for statx() and struct statx::stx_mask. argument
/external/strace/
Dstatx.c38 SYS_FUNC(statx) in SYS_FUNC() argument
/external/strace/tests/
Dxstatx.c67 # define statx libc_statx macro
/external/strace/tests-mx32/
Dxstatx.c67 # define statx libc_statx macro
/external/strace/tests-m32/
Dxstatx.c67 # define statx libc_statx macro
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1383 pub fn statx( in statx() function
1388 statxbuf: *mut statx, in statx()