Lines Matching defs:offset
31 * Lookup offset (f_pos) in the directory index, returning the
52 * is offset by 3 because we invent "." and ".." entries which are
102 int offset = squashfs_i(inode)->offset, length, err;
107 TRACE("Entered squashfs_readdir [%llx:%x]\n", block, offset);
120 * It also means that the external f_pos is offset by 3 from the
144 length = get_dir_index_using_offset(inode->i_sb, &block, &offset,
155 &offset, sizeof(dirh));
171 &offset, sizeof(*dire));
182 &block, &offset, size);
213 ERROR("Unable to read directory block [%llx:%x]\n", block, offset);