Home | History | Annotate | Download | only in squashfs

Lines Matching defs:block

30  * decompressed block (<block, offset>).
35 * compressed metadata block, and therefore, can share the start block.
37 * header containing the shared start block value, and a sequence of directory
38 * entries, each of which share the shared start block. A new directory header
39 * is written once/if the inode start block changes. The directory
45 * in each metadata block. Directories are sorted in alphabetical order,
48 * location of the metadata block the filename is in has been found.
49 * The general idea of the index is ensure only one metadata block needs to be
69 * block containing it, and the directory index this represents.
126 * Return index (f_pos) of the looked up metadata block. Translate
144 u64 block = squashfs_i(dir)->start + msblk->directory_table;
148 TRACE("Entered squashfs_lookup [%llx:%x]\n", block, offset);
161 length = get_dir_index_using_name(dir->i_sb, &block, &offset,
170 err = squashfs_read_metadata(dir->i_sb, &dirh, &block,
182 err = squashfs_read_metadata(dir->i_sb, dire, &block,
190 &block, &offset, size);
231 ERROR("Unable to read directory block [%llx:%x]\n",