Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1770 objhdl->obj_buf = kmemdup(addr_ptr, mem_size, GFP_KERNEL); in qat_uclo_map_uof_obj()
1771 if (!objhdl->obj_buf) in qat_uclo_map_uof_obj()
1773 filehdr = (struct icp_qat_uof_filehdr *)objhdl->obj_buf; in qat_uclo_map_uof_obj()
1776 objhdl->obj_hdr = qat_uclo_map_chunk((char *)objhdl->obj_buf, filehdr, in qat_uclo_map_uof_obj()
1791 kfree(objhdl->obj_buf); in qat_uclo_map_uof_obj()
1844 *obj_ptr = obj_hdr[i].obj_buf; in qat_uclo_seek_obj_inside_mof()
1870 mobj_hdr->obj_buf = obj; in qat_uclo_map_obj_from_mof()
2084 kfree(obj_handle->obj_buf); in qat_uclo_del_obj()
/linux/fs/smb/server/
H A Dsmb2pdu.c8193 struct file_object_buf_type1_ioctl_rsp *obj_buf; in smb2_ioctl()
8196 obj_buf = (struct file_object_buf_type1_ioctl_rsp *) in smb2_ioctl()
8203 memset(obj_buf->ObjectId, 0x0, 16); in smb2_ioctl()
8204 memset(obj_buf->BirthVolumeId, 0x0, 16); in smb2_ioctl()
8205 memset(obj_buf->BirthObjectId, 0x0, 16); in smb2_ioctl()
8206 memset(obj_buf->DomainId, 0x0, 16); in smb2_ioctl()
8187 struct file_object_buf_type1_ioctl_rsp *obj_buf; smb2_ioctl() local