Home
last modified time | relevance | path

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

123

/openbmc/linux/tools/include/nolibc/
H A Dsys.h997 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 Dtest-statx.c24 #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 DMakefile2 userprogs-always-y += test-fsmount test-statx
H A D.gitignore3 /test-statx
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch14 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 D0001-Include-linux-stat.h-only-when-sys-stat.h-is-not-inc.patch7 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 Dchecksyscalls.sh254 /* 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 Dfuse-allow-other.out27 stat: cannot statx 'fuse-export': Permission denied
29 stat: cannot statx 'fuse-export': Permission denied
/openbmc/linux/io_uring/
H A DMakefile8 statx.o net.o msg_ring.o timeout.o \
H A Dstatx.c20 struct statx __user *buffer;
/openbmc/linux/tools/perf/trace/strace/groups/
H A Dstring57 statx
/openbmc/linux/tools/perf/trace/beauty/
H A DBuild18 perf-y += statx.o
/openbmc/linux/Documentation/filesystems/
H A Ddax.rst44 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 Dstat.c622 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 Dinternal.h233 unsigned int mask, struct statx __user *buffer);
/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h99 struct statx { struct
/openbmc/linux/include/uapi/linux/
H A Dstat.h99 struct statx { struct
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc367 [ 366] = 5, /* statx */
/openbmc/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl341 330 n32 statx sys_statx
H A Dsyscall_n64.tbl337 326 n64 statx sys_statx
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl337 326 n64 statx sys_statx
/openbmc/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl337 326 n64 statx sys_statx
/openbmc/linux/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl338 326 common statx sys_statx
/openbmc/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl343 332 common statx sys_statx
/openbmc/qemu/linux-user/xtensa/
H A Dsyscall.tbl374 351 common statx sys_statx

123