Lines Matching full:blocks
26 * consists of a sequence of contiguous compressed blocks, and/or a
29 * file inode (itself stored in one or more compressed metadata blocks).
37 * is split into slots, caching up to eight 224 GiB files (128 KiB blocks).
171 * Read the next n blocks from the block list, starting from
187 int blocks = min_t(int, n, PAGE_CACHE_SIZE >> 2);
190 offset, blocks << 2);
197 for (i = 0; i < blocks; i++) {
201 n -= blocks;
220 * the number of metadata blocks that need to be read fits into the cache.
224 static inline int calculate_skip(int blocks)
226 int skip = blocks / ((SQUASHFS_META_ENTRIES + 1)
285 int blocks = skip * SQUASHFS_META_INDEXES;
286 long long res = read_indexes(inode->i_sb, blocks,