Home
last modified time | relevance | path

Searched refs:statx (Results 1 – 10 of 10) sorted by relevance

/io/
A Dtst-statx.c35 _Static_assert (sizeof (struct statx) == 256, "statx size");
45 struct statx *);
52 struct statx buf; in kernel_supports_statx()
66 struct statx buf = { 0, }; in both_implementations_tests()
72 struct statx buf = { 0, }; in both_implementations_tests()
78 struct statx stx = { 0, }; in both_implementations_tests()
87 struct statx stx = { 0, }; in both_implementations_tests()
107 struct statx buf; in non_kernel_tests()
126 both_implementations_tests (&statx, path, fd); in do_test()
132 struct statx buf; in do_test()
[all …]
A Dstatx.c25 statx (int fd, const char *path, int flags, in statx() function
26 unsigned int mask, struct statx *buf) in statx()
A Dstatx_generic.c27 #define statx original_statx macro
29 #undef statx
43 unsigned int mask, struct statx *buf) in statx_generic()
A Dtst-stat-time64.c68 struct statx stx; in do_test()
69 TEST_COMPARE (statx (fd, path, 0, STATX_BASIC_STATS, &stx), 0); in do_test()
A Dtst-stat.c76 struct statx stx; in do_test()
77 TEST_COMPARE (statx (fd, path, 0, STATX_BASIC_STATS, &stx), 0); in do_test()
A DMakefile28 bits/statx.h bits/statx-generic.h bits/types/struct_statx.h \
36 statx \
99 tests-internal += tst-statx tst-file_change_detection
100 tests-static += tst-statx
A DVersions134 statx;
/io/bits/
A Dstatx-generic.h22 # error Never include <bits/statx-generic.h> directly, include <sys/stat.h> instead.
60 int statx (int __dirfd, const char *__restrict __path, int __flags,
61 unsigned int __mask, struct statx *__restrict __buf)
A Dstatx.h22 # error Never include <bits/statx.h> directly, include <sys/stat.h> instead.
/io/bits/types/
A Dstruct_statx.h30 struct statx struct

Completed in 7 milliseconds