Lines Matching refs:statx
9 * Test whether the kernel properly advertises support for statx() attributes:
20 * ext2, ext4, btrfs, xfs and tmpfs support statx syscall since the following commit
26 * ext2: support statx syscall
32 * ext4: Add statx support
38 * Btrfs: add statx support
44 * xfs: report crtime and attribute flags to statx
103 /* Attribute support was added to Btrfs statx() in kernel v4.13 */
105 tst_brk(TCONF, "statx() attributes not supported on Btrfs");
111 struct statx buf;
113 TST_EXP_PASS_SILENT(statx(AT_FDCWD, TESTDIR, 0, 0, &buf));