Home
last modified time | relevance | path

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

12

/linux/samples/vfs/
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()
A DMakefile2 userprogs-always-y += test-fsmount test-statx
A D.gitignore3 /test-statx
/linux/fs/
A Dstat.c571 cp_statx(const struct kstat *stat, struct statx __user *buffer) in cp_statx()
573 struct statx tmp; in cp_statx()
606 unsigned int mask, struct statx __user *buffer) in do_statx()
634 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument
637 struct statx __user *, buffer) in SYSCALL_DEFINE5()
A Dinternal.h188 unsigned int mask, struct statx __user *buffer);
/linux/tools/perf/trace/strace/groups/
A Dstring57 statx
/linux/tools/perf/trace/beauty/
A DBuild18 perf-y += statx.o
/linux/scripts/
A Dchecksyscalls.sh255 /* 64-bit ports never needed these, and new 32-bit ports can use statx */
/linux/tools/include/uapi/linux/
A Dstat.h99 struct statx { struct
/linux/include/uapi/linux/
A Dstat.h99 struct statx { struct
/linux/Documentation/filesystems/
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
/linux/samples/
A DKconfig223 as mount API and statx(). Note that this is restricted to the x86
/linux/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl337 326 n64 statx sys_statx
A Dsyscall_n32.tbl341 330 n32 statx sys_statx
/linux/arch/ia64/kernel/syscalls/
A Dsyscall.tbl338 326 common statx sys_statx
/linux/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl337 326 n64 statx sys_statx
/linux/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl374 351 common statx sys_statx
/linux/arch/x86/entry/syscalls/
A Dsyscall_64.tbl343 332 common statx sys_statx
/linux/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl343 332 common statx sys_statx
/linux/arch/sh/kernel/syscalls/
A Dsyscall.tbl393 383 common statx sys_statx
/linux/arch/m68k/kernel/syscalls/
A Dsyscall.tbl389 379 common statx sys_statx
/linux/arch/arm/tools/
A Dsyscall.tbl414 397 common statx sys_statx
/linux/arch/parisc/kernel/syscalls/
A Dsyscall.tbl395 349 common statx sys_statx
/linux/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl408 398 common statx sys_statx
/linux/arch/sparc/kernel/syscalls/
A Dsyscall.tbl433 360 common statx sys_statx

Completed in 76 milliseconds

12