Home
last modified time | relevance | path

Searched refs:workbuf (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/f2fs/
Dcrypto_fname.c81 char *workbuf, buf[32], *alloc_buf = NULL; in f2fs_fname_encrypt() local
93 workbuf = buf; in f2fs_fname_encrypt()
98 workbuf = alloc_buf; in f2fs_fname_encrypt()
114 memcpy(workbuf, iname->name, iname->len); in f2fs_fname_encrypt()
116 memset(workbuf + iname->len, 0, ciphertext_len - iname->len); in f2fs_fname_encrypt()
122 sg_init_one(&src_sg, workbuf, ciphertext_len); in f2fs_fname_encrypt()
/linux-4.4.14/fs/ext4/
Dcrypto_fname.c76 char *workbuf, buf[32], *alloc_buf = NULL; in ext4_fname_encrypt() local
89 workbuf = buf; in ext4_fname_encrypt()
94 workbuf = alloc_buf; in ext4_fname_encrypt()
110 memcpy(workbuf, iname->name, iname->len); in ext4_fname_encrypt()
112 memset(workbuf + iname->len, 0, ciphertext_len - iname->len); in ext4_fname_encrypt()
118 sg_init_one(&src_sg, workbuf, ciphertext_len); in ext4_fname_encrypt()
/linux-4.4.14/drivers/media/platform/coda/
Dcoda.h85 struct coda_aux_buf workbuf; member
227 struct coda_aux_buf workbuf; member
Dcoda-bit.c79 coda_write(dev, ctx->workbuf.paddr, CODA_REG_BIT_WORK_BUF_ADDR); in coda_command_async()
431 coda_free_aux_buf(dev, &ctx->workbuf); in coda_free_context_buffers()
469 if (!ctx->workbuf.vaddr) { in coda_alloc_context_buffers()
474 ret = coda_alloc_context_buf(ctx, &ctx->workbuf, size, in coda_alloc_context_buffers()
Dcoda-common.c1806 coda_free_aux_buf(dev, &ctx->workbuf); in coda_release()
1882 coda_write(dev, dev->workbuf.paddr, in coda_hw_init()
2202 ret = coda_alloc_aux_buf(dev, &dev->workbuf, in coda_probe()
2277 coda_free_aux_buf(dev, &dev->workbuf); in coda_remove()