/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 997 int statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in statx() function 1006 struct statx statx; in stat() local 1014 | (statx.stx_dev_major << 8) in stat() 1016 buf->st_ino = statx.stx_ino; in stat() 1017 buf->st_mode = statx.stx_mode; in stat() 1018 buf->st_nlink = statx.stx_nlink; in stat() 1019 buf->st_uid = statx.stx_uid; in stat() 1020 buf->st_gid = statx.stx_gid; in stat() 1022 | (statx.stx_rdev_major << 8) in stat() 1024 buf->st_size = statx.stx_size; in stat() [all …]
|
/openbmc/linux/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
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/ |
H A D | 0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch | 14 src/statx.h | 12 ++++++++++++ 17 diff --git a/src/statx.h b/src/statx.h 19 --- a/src/statx.h 20 +++ b/src/statx.h
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/plocate/plocate/ |
H A D | 0001-Include-linux-stat.h-only-when-sys-stat.h-is-not-inc.patch | 7 statx and statx_timestamp since liburing.h forcefully defines _GNU_SOURCE 19 …stat.h:129:8: error: redefinition of 'statx' | 1… 20 | 99 | struct statx {
|
/openbmc/linux/scripts/ |
H A D | checksyscalls.sh | 254 /* 64-bit ports never needed these, and new 32-bit ports can use statx */ 258 /* Newer ports are not required to provide fstat in favor of statx */
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | fuse-allow-other.out | 27 stat: cannot statx 'fuse-export': Permission denied 29 stat: cannot statx 'fuse-export': Permission denied
|
/openbmc/linux/io_uring/ |
H A D | Makefile | 8 statx.o net.o msg_ring.o timeout.o \
|
H A D | statx.c | 20 struct statx __user *buffer;
|
/openbmc/linux/tools/perf/trace/strace/groups/ |
H A D | string | 57 statx
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | Build | 18 perf-y += statx.o
|
/openbmc/linux/Documentation/filesystems/ |
H A D | dax.rst | 44 the statx flag `STATX_ATTR_DAX`. See the manpage for statx(2) for details 159 statx can be used to query `S_DAX`. 163 That only regular files will ever have `S_DAX` set and therefore statx 183 corresponding file then. Users inside guest still need to call statx(2) and 184 check the statx flag `STATX_ATTR_DAX` to see if DAX is enabled for this file.
|
/openbmc/linux/fs/ |
H A D | stat.c | 622 cp_statx(const struct kstat *stat, struct statx __user *buffer) in cp_statx() 624 struct statx tmp; in cp_statx() 661 unsigned int mask, struct statx __user *buffer) in do_statx() 694 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument 697 struct statx __user *, buffer) in SYSCALL_DEFINE5()
|
H A D | internal.h | 233 unsigned int mask, struct statx __user *buffer);
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | stat.h | 99 struct statx { struct
|
/openbmc/linux/include/uapi/linux/ |
H A D | stat.h | 99 struct statx { struct
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 367 [ 366] = 5, /* statx */
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n32.tbl | 341 330 n32 statx sys_statx
|
H A D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 338 326 common statx sys_statx
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 343 332 common statx sys_statx
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | syscall.tbl | 374 351 common statx sys_statx
|