handles_ctx        48 source4/smb_server/handle.c static struct smbsrv_handle *smbsrv_handle_find(struct smbsrv_handles_context *handles_ctx,
handles_ctx        56 source4/smb_server/handle.c 	if (hid > handles_ctx->idtree_limit) return NULL;
handles_ctx        58 source4/smb_server/handle.c 	p = idr_find(handles_ctx->idtree_hid, hid);
handles_ctx        89 source4/smb_server/handle.c 	struct smbsrv_handles_context *handles_ctx;
handles_ctx        91 source4/smb_server/handle.c 	handles_ctx = &handle->tcon->handles;
handles_ctx        93 source4/smb_server/handle.c 	idr_remove(handles_ctx->idtree_hid, handle->hid);
handles_ctx        94 source4/smb_server/handle.c 	DLIST_REMOVE(handles_ctx->list, handle);
handles_ctx       114 source4/smb_server/handle.c 	struct smbsrv_handles_context *handles_ctx = &tcon->handles;
handles_ctx       123 source4/smb_server/handle.c 	i = idr_get_new_above(handles_ctx->idtree_hid, handle, 1, handles_ctx->idtree_limit);
handles_ctx       131 source4/smb_server/handle.c 	DLIST_ADD(handles_ctx->list, handle);