Lines Matching defs:gfp_flags
50 struct page *fscrypt_alloc_bounce_page(gfp_t gfp_flags)
52 return mempool_alloc(fscrypt_bounce_page_pool, gfp_flags);
96 unsigned int offs, gfp_t gfp_flags)
113 req = skcipher_request_alloc(tfm, gfp_flags);
147 * @gfp_flags: Memory allocation flags. See details below.
158 * @gfp_flags includes __GFP_DIRECT_RECLAIM, e.g. when it's GFP_NOFS. However,
167 gfp_t gfp_flags)
185 ciphertext_page = fscrypt_alloc_bounce_page(gfp_flags);
192 blocksize, i, gfp_flags);
213 * @gfp_flags: Memory allocation flags
223 u64 lblk_num, gfp_t gfp_flags)
226 len, offs, gfp_flags);