Lines Matching refs:start
44 u64 start;
53 start = le64_to_cpu(msblk->inode_lookup_table[blk]);
55 err = squashfs_read_metadata(sb, &ino, &start, &offset, sizeof(ino));
122 u64 start, end;
134 * match the table start and end points
152 start = le64_to_cpu(table[n]);
155 if (start >= end
156 || (end - start) >
163 start = le64_to_cpu(table[indexes - 1]);
164 if (start >= lookup_table_start ||
165 (lookup_table_start - start) >