Searched refs:statx (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/samples/statx/ |
D | Makefile | 2 hostprogs-$(CONFIG_SAMPLE_STATX) := test-statx 7 HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include
|
D | test-statx.c | 36 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() function 37 unsigned int mask, struct statx *buffer) in statx() 71 static void dump_statx(struct statx *stx) in dump_statx() 211 struct statx stx; in main() 245 ret = statx(AT_FDCWD, *argv, atflag, mask, &stx); in main()
|
/Linux-v4.19/samples/ |
D | Makefile | 6 vfio-mdev/ statx/ qmi/
|
/Linux-v4.19/tools/perf/trace/beauty/ |
D | Build | 11 libperf-y += statx.o
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | stat.h | 99 struct statx { struct
|
/Linux-v4.19/include/uapi/linux/ |
D | stat.h | 99 struct statx { struct
|
/Linux-v4.19/fs/ |
D | stat.c | 522 cp_statx(const struct kstat *stat, struct statx __user *buffer) in cp_statx() 524 struct statx tmp; in cp_statx() 566 SYSCALL_DEFINE5(statx, in SYSCALL_DEFINE5() argument 569 struct statx __user *, buffer) in SYSCALL_DEFINE5()
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 183 COMPAT_SYSCALL_WRAP5(statx, int, dfd, const char __user *, path, unsigned, flags, unsigned, mask, s…
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 391 SYSCALL(statx)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 447 ENTRY_SAME(statx)
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 343 332 common statx __x64_sys_statx
|
D | syscall_32.tbl | 397 383 i386 statx sys_statx __ia32_sys_statx
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 343 332 common statx __x64_sys_statx
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 414 397 common statx sys_statx
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 389 379 common statx sys_statx compat_sys_statx
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 389 379 common statx sys_statx compat_sys_statx
|
/Linux-v4.19/include/linux/ |
D | syscalls.h | 52 struct statx; 906 unsigned mask, struct statx __user *buffer);
|
/Linux-v4.19/Documentation/filesystems/ |
D | porting | 603 to specify the fields and sync type requested by statx. Filesystems not 604 supporting any statx-specific features may ignore the new arguments.
|
D | fscrypt.rst | 360 and check for FS_ENCRYPT_FL, or to use the statx() system call and
|