Lines Matching full:directory
15 * in a directory table. Directories are accessed using the start address of
16 * the metablock containing the directory and the offset into the
23 * Directories are therefore organised in a two level list, a directory
24 * header containing the shared start block value, and a sequence of directory
25 * entries, each of which share the shared start block. A new directory header
26 * is written once/if the inode start block changes. The directory
27 * header/directory entry list is repeated as many times as necessary.
29 * Directories are sorted, and can contain a directory index to speed up
30 * file lookup. Directory indexes store one entry per metablock, each entry
31 * storing the index/filename mapping to the first directory header
37 * decompressed to do a lookup irrespective of the length of the directory.
56 * Lookup name in the directory index, returning the location of the metadata
57 * block containing it, and the directory index this represents.
120 * directory. in get_dir_index_using_name()
160 * Read directory header. in squashfs_lookup()
176 * Read directory entry. in squashfs_lookup()
208 TRACE("calling squashfs_iget for directory " in squashfs_lookup()
226 ERROR("Unable to read directory block [%llx:%x]\n", in squashfs_lookup()