Function gkfs::syscall::gkfs_getdents64
Defined in File gkfs_functions.cpp
Function Documentation
-
int gkfs::syscall::gkfs_getdents64(unsigned int fd, struct linux_dirent64 *dirp, unsigned int count)
gkfs wrapper for getdents64() system calls errno may be set
- Parameters
fd –
dirp –
count –
- Returns
0 on success or -1 on error