Home
last modified time | relevance | path

Searched refs:STATX_BASIC_STATS (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/io/
Dtst-statx.c67 TEST_COMPARE (statx (fd, "", AT_EMPTY_PATH, STATX_BASIC_STATS, &buf), 0); in both_implementations_tests()
73 TEST_COMPARE (statx (AT_FDCWD, path, 0, STATX_BASIC_STATS, &buf), 0); in both_implementations_tests()
79 TEST_COMPARE (statx (fd, "", AT_EMPTY_PATH, STATX_BASIC_STATS, &stx), 0); in both_implementations_tests()
88 TEST_COMPARE (statx (AT_FDCWD, "/dev/null", 0, STATX_BASIC_STATS, &stx), in both_implementations_tests()
110 STATX_BASIC_STATS, &buf), -1); in non_kernel_tests()
114 STATX_BASIC_STATS, &buf), -1); in non_kernel_tests()
135 STATX_BASIC_STATS, &buf), in do_test()
140 STATX_BASIC_STATS, &buf), in do_test()
Dstatx_generic.c69 .stx_mask = STATX_BASIC_STATS, in statx_generic()
Dtst-stat-time64.c69 TEST_COMPARE (statx (fd, path, 0, STATX_BASIC_STATS, &stx), 0); in do_test()
Dtst-stat.c81 TEST_COMPARE (statx (fd, path, 0, STATX_BASIC_STATS, &stx), 0); in do_test()
/glibc-2.36/support/
Dsupport_path_support_time64.c45 TEST_VERIFY_EXIT (statx (AT_FDCWD, path, 0, STATX_BASIC_STATS, &ostx) == 0); in support_path_support_time64_value()
56 TEST_VERIFY_EXIT (statx (AT_FDCWD, path, 0, STATX_BASIC_STATS, &stx) == 0); in support_path_support_time64_value()
/glibc-2.36/io/bits/
Dstatx-generic.h40 # define STATX_BASIC_STATS 0x07ffU macro
/glibc-2.36/sysdeps/unix/sysv/linux/
Dfxstatat64.c53 STATX_BASIC_STATS, &tmp); in __fxstatat64()
Dfxstat64.c57 STATX_BASIC_STATS, &tmp); in ___fxstat64()
Dlxstat64.c63 STATX_BASIC_STATS, &tmp); in ___lxstat64()
Dxstat64.c61 STATX_BASIC_STATS, &tmp); in ___xstat64()
Dfstatat64.c57 STATX_BASIC_STATS, &tmp); in fstatat64_time64_statx()