Searched refs:statx (Results 1 – 4 of 4) sorted by relevance
24 #define statx foo macro26 struct statx;29 #undef statx42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function43 unsigned int mask, struct statx *buffer) in statx()77 static void dump_statx(struct statx *stx) in dump_statx()218 struct statx stx; in main()252 ret = statx(AT_FDCWD, *argv, atflag, mask, &stx); in main()
2 userprogs-always-y += test-fsmount test-statx
3 test-statx
198 as mount API and statx(). Note that this is restricted to the x86