ciphertext_page    76 fs/crypto/bio.c 	struct page *ciphertext_page;
ciphertext_page    80 fs/crypto/bio.c 	ciphertext_page = fscrypt_alloc_bounce_page(GFP_NOWAIT);
ciphertext_page    81 fs/crypto/bio.c 	if (!ciphertext_page)
ciphertext_page    86 fs/crypto/bio.c 					  ZERO_PAGE(0), ciphertext_page,
ciphertext_page    99 fs/crypto/bio.c 		ret = bio_add_page(bio, ciphertext_page, blocksize, 0);
ciphertext_page   117 fs/crypto/bio.c 	fscrypt_free_bounce_page(ciphertext_page);
ciphertext_page   226 fs/crypto/crypto.c 	struct page *ciphertext_page;
ciphertext_page   238 fs/crypto/crypto.c 	ciphertext_page = fscrypt_alloc_bounce_page(gfp_flags);
ciphertext_page   239 fs/crypto/crypto.c 	if (!ciphertext_page)
ciphertext_page   244 fs/crypto/crypto.c 					  page, ciphertext_page,
ciphertext_page   247 fs/crypto/crypto.c 			fscrypt_free_bounce_page(ciphertext_page);
ciphertext_page   251 fs/crypto/crypto.c 	SetPagePrivate(ciphertext_page);
ciphertext_page   252 fs/crypto/crypto.c 	set_page_private(ciphertext_page, (unsigned long)page);
ciphertext_page   253 fs/crypto/crypto.c 	return ciphertext_page;