pub fn getdents(fd: u32) -> Result<Vec<DirEntry>, SyscallError>
Read directory entries from an open directory fd.