Searched refs:ksys_getdents64 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/ |
D | readdir.c | 353 int ksys_getdents64(unsigned int fd, struct linux_dirent64 __user *dirent, in ksys_getdents64() function 391 return ksys_getdents64(fd, dirent, count); in SYSCALL_DEFINE3()
|
/Linux-v5.4/init/ |
D | initramfs.c | 587 num = ksys_getdents64(fd, dirp, BUF_SIZE); in clean_rootfs() 607 num = ksys_getdents64(fd, dirp, BUF_SIZE); in clean_rootfs()
|
/Linux-v5.4/include/linux/ |
D | syscalls.h | 1243 int ksys_getdents64(unsigned int fd, struct linux_dirent64 __user *dirent,
|