Searched refs:statx (Results 1 – 25 of 38) sorted by relevance
12
/Linux-v6.1/samples/vfs/ |
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()
|
D | Makefile | 2 userprogs-always-y += test-fsmount test-statx
|
D | .gitignore | 3 /test-statx
|
/Linux-v6.1/io_uring/ |
D | Makefile | 8 statx.o net.o msg_ring.o timeout.o \
|
D | statx.c | 20 struct statx __user *buffer;
|
/Linux-v6.1/tools/perf/trace/strace/groups/ |
D | string | 57 statx
|
/Linux-v6.1/tools/perf/trace/beauty/ |
D | Build | 18 perf-y += statx.o
|
/Linux-v6.1/scripts/ |
D | checksyscalls.sh | 255 /* 64-bit ports never needed these, and new 32-bit ports can use statx */
|
/Linux-v6.1/Documentation/filesystems/ |
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.
|
/Linux-v6.1/fs/ |
D | stat.c | 596 cp_statx(const struct kstat *stat, struct statx __user *buffer) in cp_statx() 598 struct statx tmp; in cp_statx() 633 unsigned int mask, struct statx __user *buffer) in do_statx() 661 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument 664 struct statx __user *, buffer) in SYSCALL_DEFINE5()
|
D | internal.h | 197 unsigned int mask, struct statx __user *buffer);
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | stat.h | 99 struct statx { struct
|
/Linux-v6.1/include/uapi/linux/ |
D | stat.h | 99 struct statx { struct
|
/Linux-v6.1/samples/ |
D | Kconfig | 236 as mount API and statx(). Note that this is restricted to the x86
|
/Linux-v6.1/tools/perf/arch/mips/entry/syscalls/ |
D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
/Linux-v6.1/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 338 326 common statx sys_statx
|
/Linux-v6.1/arch/mips/kernel/syscalls/ |
D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
D | syscall_n32.tbl | 341 330 n32 statx sys_statx
|
/Linux-v6.1/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 374 351 common statx sys_statx
|
/Linux-v6.1/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 343 332 common statx sys_statx
|
/Linux-v6.1/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 343 332 common statx sys_statx
|
/Linux-v6.1/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 389 379 common statx sys_statx
|
/Linux-v6.1/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 408 398 common statx sys_statx
|
/Linux-v6.1/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 393 383 common statx sys_statx
|
/Linux-v6.1/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 395 349 common statx sys_statx
|
12