statx 527 fs/stat.c cp_statx(const struct kstat *stat, struct statx __user *buffer) statx 529 fs/stat.c struct statx tmp; statx 571 fs/stat.c SYSCALL_DEFINE5(statx, statx 574 fs/stat.c struct statx __user *, buffer) statx 50 include/linux/syscalls.h struct statx; statx 988 include/linux/syscalls.h unsigned mask, struct statx __user *buffer); statx 41 samples/vfs/test-statx.c unsigned int mask, struct statx *buffer) statx 75 samples/vfs/test-statx.c static void dump_statx(struct statx *stx) statx 216 samples/vfs/test-statx.c struct statx stx; statx 250 samples/vfs/test-statx.c ret = statx(AT_FDCWD, *argv, atflag, mask, &stx);