Lines Matching refs:statxbuf
391 unsigned int mask, struct statx *statxbuf)
393 return tst_syscall(__NR_statx, dirfd, pathname, flags, mask, statxbuf);
442 struct statx statxbuf = { 0 };
444 TEST(sys_statx(0, NULL, 0, 0, &statxbuf));
567 struct statx statxbuf = { 0 };
569 TEST(sys_statx(0, NULL, 0, 0, &statxbuf));
577 TEST(sys_statx(AT_FDCWD, FNAME, 0, STATX_BASIC_STATS, &statxbuf));
639 TEST(sys_statx(AT_FDCWD, LNAME, 0, STATX_BASIC_STATS, &statxbuf));
715 struct statx statxbuf = { 0 };
717 TEST(sys_statx(0, NULL, 0, 0, &statxbuf));
728 struct statx statxbuf = { 0 };
730 TEST(sys_statx(AT_FDCWD, LNAME, 0, STATX_BASIC_STATS, &statxbuf));