Lines Matching refs:directory
146 directory ACL if the inode is a directory and alternately for the top 32
172 A directory is a filesystem object and has an inode just like a file.
175 encode the type of the object (file, directory, symlink, device, fifo,
181 block group as the directory in which they are first created.
184 the filenames in the directory; a pending enhancement uses hashing of the
185 filenames to allow lookup without the need to scan the entire directory.
187 The current implementation never removes empty directory blocks once they
265 than 256 characters, which would lead to corrupt directory listings.
326 There is an upper limit of 32000 subdirectories in a single directory.
328 There is a "soft" upper limit of about 10-15k files in a single directory
329 with the current linear linked-list directory implementation. This limit
331 finding) files in such large directories. Using a hashed directory index
332 (under development) allows 100k-1M+ files in a single directory without
335 The (meaningless) absolute upper limit of files in a single directory
338 enough 4-character names to make up unique directory entries, so they