Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dcrypto_fname.c93 workbuf = kmap(ctx->workpage); in ext4_fname_encrypt()
105 sg_set_page(sg, ctx->workpage, PAGE_SIZE, 0); in ext4_fname_encrypt()
118 kunmap(ctx->workpage); in ext4_fname_encrypt()
167 workbuf = kmap(ctx->workpage); in ext4_fname_decrypt()
177 sg_set_page(sg, ctx->workpage, PAGE_SIZE, 0); in ext4_fname_decrypt()
190 kunmap(ctx->workpage); in ext4_fname_decrypt()
270 if (ctx->workpage && !IS_ERR(ctx->workpage)) in ext4_free_fname_crypto_ctx()
271 __free_page(ctx->workpage); in ext4_free_fname_crypto_ctx()
325 ctx->workpage = NULL; in ext4_alloc_fname_crypto_ctx()
393 if (ctx->workpage == NULL) in ext4_get_fname_crypto_ctx()
[all …]
Dext4_crypto.h129 struct page *workpage; member