Searched refs:do_statx (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/io_uring/ |
D | statx.c | 61 ret = do_statx(sx->dfd, sx->filename, sx->flags, sx->mask, sx->buffer); in io_statx()
|
/linux-6.12.1/fs/ |
D | internal.h | 250 int do_statx(int dfd, struct filename *filename, unsigned int flags,
|
D | stat.c | 711 int do_statx(int dfd, struct filename *filename, unsigned int flags, in do_statx() function 795 ret = do_statx(dfd, name, flags, mask, buffer); in SYSCALL_DEFINE5()
|