Lines Matching refs:statx
17 * Timestamp structure for the timestamps in struct statx.
35 * (statx()).
38 * parameter to statx(). What statx() actually got will be indicated in
71 struct statx {
106 * statx: wrapper function of statx
108 * Returns: It returns status of statx syscall
110 static inline int statx(int dirfd, const char *pathname, unsigned int flags,
111 unsigned int mask, struct statx *statxbuf)
120 * Query request/result mask for statx() and struct statx::stx_mask.
122 * These bits should be set in the mask argument of statx() to request
123 * particular items when calling statx().