Searched refs:workbuf (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | crypto_fname.c | 81 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/ |
D | crypto_fname.c | 76 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/ |
D | coda.h | 85 struct coda_aux_buf workbuf; member 227 struct coda_aux_buf workbuf; member
|
D | coda-bit.c | 79 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()
|
D | coda-common.c | 1806 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()
|