Home
last modified time | relevance | path

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

/Linux-v4.19/samples/statx/
DMakefile2 hostprogs-$(CONFIG_SAMPLE_STATX) := test-statx
7 HOSTCFLAGS_test-statx.o += -I$(objtree)/usr/include
Dtest-statx.c36 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/
DMakefile6 vfio-mdev/ statx/ qmi/
/Linux-v4.19/tools/perf/trace/beauty/
DBuild11 libperf-y += statx.o
/Linux-v4.19/tools/include/uapi/linux/
Dstat.h99 struct statx { struct
/Linux-v4.19/include/uapi/linux/
Dstat.h99 struct statx { struct
/Linux-v4.19/fs/
Dstat.c522 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/
Dcompat_wrapper.c183 COMPAT_SYSCALL_WRAP5(statx, int, dfd, const char __user *, path, unsigned, flags, unsigned, mask, s…
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h391 SYSCALL(statx)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S447 ENTRY_SAME(statx)
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl343 332 common statx __x64_sys_statx
Dsyscall_32.tbl397 383 i386 statx sys_statx __ia32_sys_statx
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl343 332 common statx __x64_sys_statx
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl414 397 common statx sys_statx
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl389 379 common statx sys_statx compat_sys_statx
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl389 379 common statx sys_statx compat_sys_statx
/Linux-v4.19/include/linux/
Dsyscalls.h52 struct statx;
906 unsigned mask, struct statx __user *buffer);
/Linux-v4.19/Documentation/filesystems/
Dporting603 to specify the fields and sync type requested by statx. Filesystems not
604 supporting any statx-specific features may ignore the new arguments.
Dfscrypt.rst360 and check for FS_ENCRYPT_FL, or to use the statx() system call and