Lines Matching refs:statx
10 * This code tests the functionality of statx system call.
53 static void test_mnt_id(struct statx *buf)
86 "statx.stx_mnt_id equals to mount_id(%"PRIu64") in /proc/self/mountinfo",
90 "statx.stx_mnt_id(%"PRIu64") doesn't exist in /proc/self/mountinfo",
101 struct statx buff;
103 TEST(statx(AT_FDCWD, TESTFILE, 0, 0, &buff));
106 "statx(AT_FDCWD, %s, 0, 0, &buff)", TESTFILE);
109 "statx(AT_FDCWD, %s, 0, 0, &buff)", TESTFILE);
153 tst_res(TCONF, "stx_mnt_id is not defined in struct statx");
159 struct statx buff;
161 TEST(statx(AT_FDCWD, DEVICEFILE, 0, 0, &buff));
164 "statx(AT_FDCWD, %s, 0, 0, &buff)", DEVICEFILE);
167 "statx(AT_FDCWD, %s, 0, 0, &buff)", DEVICEFILE);