Lines Matching refs:statx
2 /* Test the statx() system call.
24 #define statx foo
26 struct statx;
29 #undef statx
42 ssize_t statx(int dfd, const char *filename, unsigned flags,
43 unsigned int mask, struct statx *buffer)
77 static void dump_statx(struct statx *stx)
218 struct statx stx;
252 ret = statx(AT_FDCWD, *argv, atflag, mask, &stx);
253 printf("statx(%s) = %d\n", *argv, ret);