Lines Matching defs:blocks
13 * consists of a sequence of contiguous compressed blocks, and/or a
16 * file inode (itself stored in one or more compressed metadata blocks).
24 * is split into slots, caching up to eight 224 GiB files (128 KiB blocks).
157 * Read the next n blocks from the block list, starting from
173 int blocks = min_t(int, n, PAGE_SIZE >> 2);
176 offset, blocks << 2);
183 for (i = 0; i < blocks; i++) {
191 n -= blocks;
210 * the number of metadata blocks that need to be read fits into the cache.
214 static inline int calculate_skip(u64 blocks)
216 u64 skip = blocks / ((SQUASHFS_META_ENTRIES + 1)
275 int blocks = skip * SQUASHFS_META_INDEXES;
276 long long res = read_indexes(inode->i_sb, blocks,