Searched refs:sys_getdents64 (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dsys.h360 int sys_getdents64(int fd, struct linux_dirent64 *dirp, int count) function
368 return __sysret(sys_getdents64(fd, dirp, count));
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h448 __SYSCALL(__NR_getdents64, sys_getdents64)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h169 __SYSCALL(__NR_getdents64, sys_getdents64)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h169 __SYSCALL(__NR_getdents64, sys_getdents64)
/linux-master/include/linux/
H A Dsyscalls.h454 asmlinkage long sys_getdents64(unsigned int fd,

Completed in 358 milliseconds