Lines Matching full:directory
34 .Nd read contents of a directory
42 Read directory entries.
45 The vnode of the directory.
47 Where to read the directory contents.
55 Number of directory cookies generated for NFS
59 Directory seek cookies generated for NFS
63 The directory contents are read into
69 The directory should be locked on entry and will still be locked on exit.
81 should be set to TRUE if the end of the directory is reached while
83 The directory seek cookies are returned to the NFS client and may be used
84 later to restart a directory read part way through the directory.
85 There should be one cookie returned per directory entry.
87 the cookie should be the offset within the directory where the on-disc
88 version of the appropriate directory entry starts.
98 An attempt was made to read from an illegal offset in the directory.
100 A read error occurred while reading the directory.
102 Corrupted data was detected while reading the directory.