Subject: RE: 64 bit inode changes
To: Gordon Waidhofer <tech-kern@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 08/16/2005 20:09:11
On Aug 16,  4:40pm, gww@traakan.com ("Gordon Waidhofer") wrote:
-- Subject: RE: 64 bit inode changes

| How does readdir(3) locate the next directory entry?
| Using dp->d_reclen or DIRENT_RECLEN?

It uses dp->d_reclen, but open-codes it since it uses its own buffer
management.

christos