| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch | 10 memcheck/tests/linux/sys-statx.c | 5 +++++ 13 diff --git a/memcheck/tests/linux/sys-statx.c b/memcheck/tests/linux/sys-statx.c 15 --- a/memcheck/tests/linux/sys-statx.c 16 +++ b/memcheck/tests/linux/sys-statx.c 24 /* struct statx provided in sys/stat.h */
|
| /OK3568_Linux_fs/kernel/samples/vfs/ |
| H A D | test-statx.c | 24 #define statx foo macro 26 struct statx; 29 #undef statx 42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function 43 unsigned int mask, struct statx *buffer) in statx() 77 static void dump_statx(struct statx *stx) in dump_statx() 218 struct statx stx; in main() 252 ret = statx(AT_FDCWD, *argv, atflag, mask, &stx); in main()
|
| H A D | Makefile | 2 userprogs-always-y += test-fsmount test-statx
|
| H A D | .gitignore | 3 test-statx
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H 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)
|
| H A D | statx.h | 22 # error Never include <bits/statx.h> directly, include <sys/stat.h> instead.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H 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)
|
| H A D | statx.h | 22 # error Never include <bits/statx.h> directly, include <sys/stat.h> instead.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include-fixed/bits/ |
| H A D | statx.h | 31 # error Never include <bits/statx.h> directly, include <sys/stat.h> instead.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include-fixed/bits/ |
| H A D | statx.h | 31 # error Never include <bits/statx.h> directly, include <sys/stat.h> instead.
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | stat.c | 542 cp_statx(const struct kstat *stat, struct statx __user *buffer) in cp_statx() 544 struct statx tmp; in cp_statx() 577 unsigned int mask, struct statx __user *buffer) in do_statx() 605 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument 608 struct statx __user *, buffer) in SYSCALL_DEFINE5()
|
| H A D | internal.h | 198 unsigned int mask, struct statx __user *buffer);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/types/ |
| H A D | struct_statx.h | 30 struct statx struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/types/ |
| H A D | struct_statx.h | 30 struct statx struct
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/strace/groups/ |
| H A D | string | 57 statx
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | Build | 18 perf-y += statx.o
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | stat.h | 99 struct statx { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | stat.h | 99 struct statx { struct
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | stat.h | 99 struct statx { struct
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | stat.h | 99 struct statx { struct
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | dax.txt | 43 the statx flag STATX_ATTR_DAX. See the manpage for statx(2) for details 153 statx can be used to query S_DAX. NOTE that only regular files will ever have 154 S_DAX set and therefore statx will never indicate that S_DAX is set on
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | .resource_tool.o.cmd | |
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | .mkenvimage.o.cmd | |
| H A D | .rkcommon.o.cmd | |
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/ |
| H A D | 0001-utils-fix-build-against-5.15-libc-headers-headers.patch | 29 …p/work/qemux86_64-poky-linux/vboxguestdrivers/6.1.28-r0/recipe-sysroot/usr/include/bits/statx.h:31,
|