Lines Matching defs:blocksize
153 * blocksize == PAGE_SIZE and the whole page is encrypted at once.
172 const unsigned int blocksize = 1 << blockbits;
182 if (WARN_ON_ONCE(len <= 0 || !IS_ALIGNED(len | offs, blocksize)))
189 for (i = offs; i < offs + len; i += blocksize, lblk_num++) {
192 blocksize, i, gfp_flags);
240 * which must still be locked and not uptodate. Normally, blocksize ==
252 const unsigned int blocksize = 1 << blockbits;
261 if (WARN_ON_ONCE(len <= 0 || !IS_ALIGNED(len | offs, blocksize)))
264 for (i = offs; i < offs + len; i += blocksize, lblk_num++) {
266 page, blocksize, i, GFP_NOFS);