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);
104 unsigned int offs, gfp_t gfp_flags)
121 req = skcipher_request_alloc(tfm, gfp_flags);
155 * @gfp_flags: Memory allocation flags. See details below.
166 * @gfp_flags includes __GFP_DIRECT_RECLAIM, e.g. when it's GFP_NOFS. However,
175 gfp_t gfp_flags)
193 ciphertext_page = fscrypt_alloc_bounce_page(gfp_flags);
200 blocksize, i, gfp_flags);
221 * @gfp_flags: Memory allocation flags
231 u64 lblk_num, gfp_t gfp_flags)
234 len, offs, gfp_flags);