Lines Matching refs:statx
10 * This code tests the following flags with statx syscall:
42 struct statx buf;
44 TEST(statx(file_fd, "", AT_EMPTY_PATH, 0, &buf));
47 "statx(file_fd, \"\", AT_EMPTY_PATH, 0, &buf)");
50 "statx(file_fd, \"\", AT_EMPTY_PATH, 0, &buff)");
64 struct statx fbuf;
65 struct statx lbuf;
67 TEST(statx(AT_FDCWD, TESTFILE, 0, 0, &fbuf));
71 "statx(AT_FDCWD, %s, 0, 0, &fbuf)", TESTFILE);
74 "statx(AT_FDCWD, %s, 0, 0, &fbuf)", TESTFILE);
76 TEST(statx(AT_FDCWD, LINK_FILE, AT_SYMLINK_NOFOLLOW, 0, &lbuf));
80 "statx(AT_FDCWD, %s, AT_SYMLINK_NOFOLLOW, 0,&lbuf)",
84 "statx(AT_FDCWD, %s, AT_SYMLINK_NOFOLLOW, 0,&lbuf)",