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