Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/samples/vfs/
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()
DMakefile2 userprogs-always-y += test-fsmount test-statx
D.gitignore3 test-statx
/kernel/linux/linux-5.10/tools/perf/trace/strace/groups/
Dstring57 statx
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
DBuild18 perf-y += statx.o
/kernel/linux/linux-5.10/fs/
Dstat.c542 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()
Dinternal.h198 unsigned int mask, struct statx __user *buffer);
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dstat.h46 struct statx { struct
/kernel/linux/linux-5.10/include/uapi/linux/
Dstat.h99 struct statx { struct
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dstat.h99 struct statx { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dstat.h59 struct statx { struct
/kernel/linux/linux-5.10/Documentation/filesystems/
Ddax.txt43 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
/kernel/linux/linux-5.10/samples/
DKconfig198 as mount API and statx(). Note that this is restricted to the x86
/kernel/liteos_a/syscall/
Dlos_syscall.h278 extern int SysStatx(int fd, const char *restrict path, int flag, unsigned mask, struct statx *restr…
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl337 326 n64 statx sys_statx
Dsyscall_n32.tbl341 330 n32 statx sys_statx
Dsyscall_o32.tbl380 366 o32 statx sys_statx
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl338 326 common statx sys_statx
/kernel/linux/linux-5.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl343 332 common statx sys_statx
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl343 332 common statx sys_statx
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl374 351 common statx sys_statx
/kernel/linux/linux-5.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl395 349 common statx sys_statx
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl408 398 common statx sys_statx
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/
Dsyscall.tbl393 383 common statx sys_statx
/kernel/linux/linux-5.10/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl389 379 common statx sys_statx compat_sys_statx

12