Home | History | Annotate | Download | only in squashfs

Lines Matching defs:in

12  * This program is distributed in the hope that it will be useful,
43 * Read the metadata block length, this is stored in the first two
76 * if a datablock is being read (the size is stored elsewhere in the
78 * the metadata block. A bit in the length field indicates if the block
79 * is stored uncompressed in the filesystem (usually because compression
231 int i, in, pg_offset = 0;
240 in = min(bytes, msblk->devblksize - offset);
241 bytes -= in;
242 while (in) {
247 avail = min_t(int, in, PAGE_CACHE_SIZE -
251 in -= avail;