Searched refs:tmp_buf2 (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ceph/ |
| H A D | acl.c | 171 void *tmp_buf1 = NULL, *tmp_buf2 = NULL; in ceph_pre_init_acls() local 222 tmp_buf2 = posix_acl_to_xattr(&init_user_ns, default_acl, in ceph_pre_init_acls() 224 if (!tmp_buf2) in ceph_pre_init_acls() 232 ceph_pagelist_append(pagelist, tmp_buf2, val_size2); in ceph_pre_init_acls() 236 kfree(tmp_buf2); in ceph_pre_init_acls() 247 kfree(tmp_buf2); in ceph_pre_init_acls()
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | keembay-ocs-aes-core.c | 227 u8 tmp_buf1[AES_BLOCK_SIZE], tmp_buf2[AES_BLOCK_SIZE]; in sg_swap_blocks() local 234 sg_pcopy_to_buffer(sgl, nents, tmp_buf2, AES_BLOCK_SIZE, blk2_offset); in sg_swap_blocks() 236 sg_pcopy_from_buffer(sgl, nents, tmp_buf2, AES_BLOCK_SIZE, blk1_offset); in sg_swap_blocks()
|