Searched refs:ksys_getdents64 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/ |
D | readdir.c | 295 int ksys_getdents64(unsigned int fd, struct linux_dirent64 __user *dirent, in ksys_getdents64() function 333 return ksys_getdents64(fd, dirent, count); in SYSCALL_DEFINE3()
|
/Linux-v4.19/init/ |
D | initramfs.c | 572 num = ksys_getdents64(fd, dirp, BUF_SIZE); in clean_rootfs() 592 num = ksys_getdents64(fd, dirp, BUF_SIZE); in clean_rootfs()
|
/Linux-v4.19/include/linux/ |
D | syscalls.h | 1138 int ksys_getdents64(unsigned int fd, struct linux_dirent64 __user *dirent,
|