Searched refs:do_statx (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
D | internal.h | 197 int do_statx(int dfd, const char __user *filename, unsigned flags,
|
D | stat.c | 576 int do_statx(int dfd, const char __user *filename, unsigned flags, in do_statx() function 610 return do_statx(dfd, filename, flags, mask, buffer); in SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/io_uring/ |
D | io_uring.c | 4565 ret = do_statx(ctx->dfd, ctx->filename, ctx->flags, ctx->mask, in io_statx()
|