Searched refs:statx (Results 1 – 10 of 10) sorted by relevance
/io/ |
A D | tst-statx.c | 35 _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 D | statx.c | 25 statx (int fd, const char *path, int flags, in statx() function 26 unsigned int mask, struct statx *buf) in statx()
|
A D | statx_generic.c | 27 #define statx original_statx macro 29 #undef statx 43 unsigned int mask, struct statx *buf) in statx_generic()
|
A D | tst-stat-time64.c | 68 struct statx stx; in do_test() 69 TEST_COMPARE (statx (fd, path, 0, STATX_BASIC_STATS, &stx), 0); in do_test()
|
A D | tst-stat.c | 76 struct statx stx; in do_test() 77 TEST_COMPARE (statx (fd, path, 0, STATX_BASIC_STATS, &stx), 0); in do_test()
|
A D | Makefile | 28 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 D | Versions | 134 statx;
|
/io/bits/ |
A D | statx-generic.h | 22 # 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 D | statx.h | 22 # error Never include <bits/statx.h> directly, include <sys/stat.h> instead.
|
/io/bits/types/ |
A D | struct_statx.h | 30 struct statx struct
|
Completed in 7 milliseconds