Lines Matching defs:pages
23 * ciphertext into bounce pages instead of the page cache (for example, because
118 struct page *pages[16]; /* write up to 16 pages at a time */
132 BUILD_BUG_ON(ARRAY_SIZE(pages) > BIO_MAX_VECS);
133 nr_pages = min_t(unsigned int, ARRAY_SIZE(pages),
144 pages[i] = fscrypt_alloc_bounce_page(i == 0 ? GFP_NOFS :
146 if (!pages[i])
163 ZERO_PAGE(0), pages[i],
172 ret = bio_add_page(bio, pages[i++], offset, 0);
190 fscrypt_free_bounce_page(pages[i]);