Home
last modified time | relevance | path

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

/third_party/musl/src/stat/
Dfstatat.c11 struct statx { struct
12 uint32_t stx_mask;
36 static int fstatat_statx(int fd, const char *restrict path, struct stat *restrict st, int flag) in fstatat_statx() argument
38 struct statx stx; in fstatat_statx() argument
/third_party/ltp/include/lapi/
Dstat.h73 struct statx { struct
90 const struct statx_timestamp stx_atime; argument
91 const struct statx_timestamp stx_btime; argument
92 const struct statx_timestamp stx_ctime; argument
93 const struct statx_timestamp stx_mtime; argument
108 * statx: wrapper function of statx argument
112 static inline int statx(int dirfd, const char *pathname, unsigned int flags, in statx() function
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstat.h33 struct statx { struct
34 uint32_t stx_mask;
35 uint32_t stx_blksize;
36 uint64_t stx_attributes;
37 uint32_t stx_nlink;
38 uint32_t stx_uid;
39 uint32_t stx_gid;
40 uint16_t stx_mode;
41 uint16_t pad1;
42 uint64_t stx_ino;
[all …]