Searched refs:getdents64 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | readdir.c | 354 SYSCALL_DEFINE3(getdents64, unsigned int, fd, in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/fs/ |
H A D | readdir.c | 390 SYSCALL_DEFINE3(getdents64, unsigned int, fd, in SYSCALL_DEFINE3()
|
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 345 * int getdents64(int fd, struct linux_dirent64 *dirp, int count); 355 int getdents64(int fd, struct linux_dirent64 *dirp, int count) in getdents64() function
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 173 /* for getdents64() */ 1915 int getdents64(int fd, struct linux_dirent64 *dirp, int count) in getdents64() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 654 ret = getdents64(fd, (void *)buffer, sizeof(buffer)); in test_getdents64()
|
Completed in 10 milliseconds