Searched refs:out_handle (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_datagram.c | 54 void *client_data, struct vmci_handle *out_handle) in dg_create_handle() argument 97 *out_handle = vmci_resource_handle(&entry->resource); in dg_create_handle() 410 struct vmci_handle *out_handle) in vmci_datagram_create_handle_priv() argument 412 if (out_handle == NULL) in vmci_datagram_create_handle_priv() 424 client_data, out_handle); in vmci_datagram_create_handle_priv() 444 struct vmci_handle *out_handle) in vmci_datagram_create_handle() argument 450 out_handle); in vmci_datagram_create_handle()
|
| /linux/tools/power/acpi/os_specific/service_layers/ |
| H A D | osunixxf.c | 591 u32 initial_units, acpi_handle *out_handle) in acpi_os_create_semaphore() argument 593 *out_handle = (acpi_handle)1; in acpi_os_create_semaphore() 618 * out_handle - Where a handle will be returned 628 u32 initial_units, acpi_handle *out_handle) in acpi_os_create_semaphore() argument 632 if (!out_handle) { in acpi_os_create_semaphore() 664 *out_handle = (acpi_handle)sem; in acpi_os_create_semaphore() 858 acpi_status acpi_os_create_lock(acpi_spinlock * out_handle) in acpi_os_create_lock() argument 861 return (acpi_os_create_semaphore(1, 1, out_handle)); in acpi_os_create_lock()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 101 struct xdr_netobj out_handle, out_token; member 113 kfree(rsii->out_handle.data); in rsi_free() 165 new->out_handle.data = NULL; in rsi_init() 166 new->out_handle.len = 0; in rsi_init() 184 BUG_ON(new->out_handle.data || new->out_token.data); in update_rsi() 185 new->out_handle.len = item->out_handle.len; in update_rsi() 186 item->out_handle.len = 0; in update_rsi() 189 new->out_handle.data = item->out_handle.data; in update_rsi() 190 item->out_handle.data = NULL; in update_rsi() 284 if (dup_to_netobj(&rsii.out_handle, buf, len)) in rsi_parse() [all …]
|
| H A D | gss_rpc_upcall.h | 19 struct xdr_netobj out_handle; member
|
| H A D | gss_rpc_upcall.c | 315 data->out_handle = rctxh.exported_context_token; in gssp_accept_sec_context_upcall() 368 kfree(data->out_handle.data); in gssp_free_upcall_data()
|
| /linux/include/linux/ |
| H A D | vmw_vmci_api.h | 27 struct vmci_handle *out_handle); 31 struct vmci_handle *out_handle);
|
| /linux/fs/ext4/ |
| H A D | extents.c | 4890 goto out_handle; in ext4_zero_range() 4896 out_handle: in ext4_zero_range() 5701 goto out_handle; in ext4_collapse_range() 5709 goto out_handle; in ext4_collapse_range() 5719 goto out_handle; in ext4_collapse_range() 5725 out_handle: in ext4_collapse_range() 5790 goto out_handle; in ext4_insert_range() 5804 goto out_handle; in ext4_insert_range() 5828 goto out_handle; in ext4_insert_range() 5843 goto out_handle; in ext4_insert_range() [all …]
|
| H A D | inode.c | 4143 goto out_handle; in ext4_block_journalled_zero_range() 4165 out_handle: in ext4_block_journalled_zero_range() 4546 goto out_handle; in ext4_punch_hole() 4557 goto out_handle; in ext4_punch_hole() 4562 out_handle: in ext4_punch_hole()
|
| H A D | namei.c | 3274 goto out_handle; in __ext4_unlink() 3279 goto out_handle; in __ext4_unlink() 3294 out_handle: in __ext4_unlink()
|
| /linux/net/vmw_vsock/ |
| H A D | vmci_transport.c | 585 struct vmci_handle *out_handle) in vmci_transport_datagram_create_hnd() argument 596 client_data, out_handle); in vmci_transport_datagram_create_hnd() 601 out_handle); in vmci_transport_datagram_create_hnd()
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 9187 goto out_handle; in sdebug_fail_cmd() 9194 out_handle: in sdebug_fail_cmd()
|