Searched defs:statx (Results 1 – 3 of 3) sorted by relevance
11 struct statx { struct12 uint32_t stx_mask;36 static int fstatat_statx(int fd, const char *restrict path, struct stat *restrict st, int flag) in fstatat_statx() argument38 struct statx stx; in fstatat_statx() argument
73 struct statx { struct90 const struct statx_timestamp stx_atime; argument91 const struct statx_timestamp stx_btime; argument92 const struct statx_timestamp stx_ctime; argument93 const struct statx_timestamp stx_mtime; argument108 * statx: wrapper function of statx argument112 static inline int statx(int dirfd, const char *pathname, unsigned int flags, in statx() function
33 struct statx { struct34 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 …]