Searched refs:statx (Results 1 – 25 of 31) sorted by relevance
12
/Linux-v5.4/samples/vfs/ |
D | test-statx.c | 24 #define statx foo macro 27 #undef statx 40 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function 41 unsigned int mask, struct statx *buffer) in statx() 75 static void dump_statx(struct statx *stx) in dump_statx() 216 struct statx stx; in main() 250 ret = statx(AT_FDCWD, *argv, atflag, mask, &stx); in main()
|
D | Makefile | 5 test-statx 11 HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include
|
D | .gitignore | 2 test-statx
|
/Linux-v5.4/tools/perf/trace/strace/groups/ |
D | string | 57 statx
|
/Linux-v5.4/tools/perf/trace/beauty/ |
D | Build | 18 perf-y += statx.o
|
/Linux-v5.4/include/uapi/linux/ |
D | stat.h | 99 struct statx { struct
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | stat.h | 99 struct statx { struct
|
/Linux-v5.4/fs/ |
D | stat.c | 527 cp_statx(const struct kstat *stat, struct statx __user *buffer) in cp_statx() 529 struct statx tmp; in cp_statx() 571 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument 574 struct statx __user *, buffer) in SYSCALL_DEFINE5()
|
/Linux-v5.4/samples/ |
D | Kconfig | 169 as mount API and statx(). Note that this is restricted to the x86
|
/Linux-v5.4/arch/mips/kernel/syscalls/ |
D | syscall_n32.tbl | 341 330 n32 statx sys_statx
|
D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
D | syscall_o32.tbl | 380 366 o32 statx sys_statx
|
/Linux-v5.4/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 338 326 common statx sys_statx
|
/Linux-v5.4/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 374 351 common statx sys_statx
|
/Linux-v5.4/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 343 332 common statx __x64_sys_statx
|
/Linux-v5.4/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 343 332 common statx __x64_sys_statx
|
/Linux-v5.4/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 389 379 common statx sys_statx
|
/Linux-v5.4/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 393 383 common statx sys_statx
|
/Linux-v5.4/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 433 360 common statx sys_statx
|
/Linux-v5.4/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 389 379 common statx sys_statx compat_sys_statx
|
/Linux-v5.4/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 395 349 common statx sys_statx
|
/Linux-v5.4/arch/arm/tools/ |
D | syscall.tbl | 414 397 common statx sys_statx
|
/Linux-v5.4/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 408 398 common statx sys_statx
|
/Linux-v5.4/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 389 379 common statx sys_statx sys_statx
|
/Linux-v5.4/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 453 522 common statx sys_statx
|
12