Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dacl.c171 void *tmp_buf1 = NULL, *tmp_buf2 = NULL; in ceph_pre_init_acls() local
206 tmp_buf1 = posix_acl_to_xattr(&init_user_ns, acl, in ceph_pre_init_acls()
208 if (!tmp_buf1) in ceph_pre_init_acls()
216 ceph_pagelist_append(pagelist, tmp_buf1, val_size1); in ceph_pre_init_acls()
235 kfree(tmp_buf1); in ceph_pre_init_acls()
246 kfree(tmp_buf1); in ceph_pre_init_acls()
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c227 u8 tmp_buf1[AES_BLOCK_SIZE], tmp_buf2[AES_BLOCK_SIZE]; in sg_swap_blocks() local
233 sg_pcopy_to_buffer(sgl, nents, tmp_buf1, AES_BLOCK_SIZE, blk1_offset); in sg_swap_blocks()
235 sg_pcopy_from_buffer(sgl, nents, tmp_buf1, AES_BLOCK_SIZE, blk2_offset); in sg_swap_blocks()