Home
last modified time | relevance | path

Searched refs:alloc_bounce_page (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ext4/
Dcrypto.c312 static struct page *alloc_bounce_page(struct ext4_crypto_ctx *ctx) in alloc_bounce_page() function
350 ciphertext_page = alloc_bounce_page(ctx); in ext4_encrypt()
409 ciphertext_page = alloc_bounce_page(ctx); in ext4_encrypted_zeroout()
/linux-4.4.14/fs/f2fs/
Dcrypto.c379 static struct page *alloc_bounce_page(struct f2fs_crypto_ctx *ctx) in alloc_bounce_page() function
417 ciphertext_page = alloc_bounce_page(ctx); in f2fs_encrypt()