Home
last modified time | relevance | path

Searched refs:getdents64 (Results 1 – 15 of 15) sorted by relevance

/linux/tools/include/nolibc/
H A Dsys.h399 * int getdents64(int fd, struct linux_dirent64 *dirp, int count);
409 int getdents64(int fd, struct linux_dirent64 *dirp, int count)
417 int getdents64(int fd, struct linux_dirent64 *dirp, int count) getdents64() function
/linux/fs/
H A Dreaddir.c397 SYSCALL_DEFINE3(getdents64, unsigned int, fd, in SYSCALL_DEFINE3() argument
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl319 308 n64 getdents64 sys_getdents64
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst366 | getdents64 | 1873 | Filesystem | sys_getdents64() |
454 | getdents64 | 8 | Filesystem | sys_getdents64() |
/linux/scripts/
H A Dsyscall.tbl79 61 common getdents64 sys_getdents64
/linux/tools/scripts/
H A Dsyscall.tbl79 61 common getdents64 sys_getdents64
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl179 220 common getdents64 sys_getdents64
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl230 220 common getdents64 sys_getdents64
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl71 60 common getdents64 sys_getdents64
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl229 217 common getdents64 sys_getdents64
H A Dsyscall_32.tbl235 220 i386 getdents64 sys_getdents64
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl191 154 common getdents64 sys_getdents64
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl235 217 common getdents64 sys_getdents64
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl262 202 common getdents64 sys_getdents64
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c763 ret = getdents64(fd, (void *)buffer, sizeof(buffer)); in test_getdents64()