Lines Matching defs:offset
16 * the metablock containing the directory and the offset into the
17 * decompressed block (<block, offset>).
118 * from internal f_pos to external f_pos which is offset by 3 because
136 int offset = squashfs_i(dir)->offset;
140 TRACE("Entered squashfs_lookup [%llx:%x]\n", block, offset);
153 length = get_dir_index_using_name(dir->i_sb, &block, &offset,
163 &offset, sizeof(dirh));
179 &offset, sizeof(*dire));
190 &block, &offset, size);
203 off = le16_to_cpu(dire->offset);
228 squashfs_i(dir)->offset);