Searched refs:sys_getdents64 (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/tools/include/nolibc/ |
H A D | sys.h | 349 int sys_getdents64(int fd, struct linux_dirent64 *dirp, int count) in sys_getdents64() function 357 return __sysret(sys_getdents64(fd, dirp, count)); in getdents64()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | scall-trans-mips64.S | 415 PTR sys_getdents64
|
H A D | scall-trans-i386.S | 328 PTR sys_getdents64 /* 220 */
|
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 1541 int sys_getdents64(int fd, struct linux_dirent64 *dirp, int count) in sys_getdents64() function 1917 int ret = sys_getdents64(fd, dirp, count); in getdents64()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | unistd32.h | 448 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | unistd32.h | 448 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 200 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | unistd.h | 200 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | unistd.h | 169 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 169 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 151 __SYSCALL(__NR_getdents64, sys_getdents64)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 483 asmlinkage long sys_getdents64(unsigned int fd,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 446 asmlinkage long sys_getdents64(unsigned int fd,
|
Completed in 40 milliseconds