Home
last modified time | relevance | path

Searched refs:sess (Results 76 – 100 of 122) sorted by relevance

12345

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicbrainz/libmusicbrainz/
H A D0001-http-fetch-Pass-a-non-null-buffer-to-ne_set_request_.patch30 ne_request *req = ne_request_create(sess, Request.c_str(), URL.c_str());
47 m_d->m_ErrorMessage = ne_get_error(sess);
/openbmc/linux/fs/smb/server/
H A Doplock.h64 struct ksmbd_session *sess; member
127 int find_same_lease_key(struct ksmbd_session *sess, struct ksmbd_inode *ci,
H A Doplock.c34 struct ksmbd_session *sess = work->sess; in alloc_opinfo() local
41 opinfo->sess = sess; in alloc_opinfo()
738 work->sess = opinfo->sess; in smb2_oplock_break_noti()
845 work->sess = opinfo->sess; in smb2_lease_break_noti()
990 int find_same_lease_key(struct ksmbd_session *sess, struct ksmbd_inode *ci, in find_same_lease_key() argument
1007 if (!memcmp(lb->client_guid, sess->ClientGUID, in find_same_lease_key()
1023 err = compare_guid_key(opinfo, sess->ClientGUID, in find_same_lease_key()
1200 struct ksmbd_session *sess = work->sess; in smb_grant_oplock() local
1242 m_opinfo = same_client_has_lease(ci, sess->ClientGUID, in smb_grant_oplock()
H A Dsmb_common.c737 struct ksmbd_session *sess = work->sess; in ksmbd_override_fsids() local
744 uid = user_uid(sess->user); in ksmbd_override_fsids()
745 gid = user_gid(sess->user); in ksmbd_override_fsids()
H A Dksmbd_work.h31 struct ksmbd_session *sess; member
H A Dsmb_common.h409 int (*generate_signingkey)(struct ksmbd_session *sess, struct ksmbd_conn *conn);
410 int (*generate_encryptionkey)(struct ksmbd_conn *conn, struct ksmbd_session *sess);
/openbmc/linux/drivers/block/rnbd/
H A Drnbd-srv.c212 xa_cmpxchg(&sess_dev->sess->index_idr, sess_dev->device_id, in rnbd_destroy_sess_dev()
215 xa_erase(&sess_dev->sess->index_idr, sess_dev->device_id); in rnbd_destroy_sess_dev()
322 struct rnbd_srv_session *sess = sess_dev->sess; in rnbd_srv_sess_dev_force_close() local
325 if (!mutex_trylock(&sess->lock)) in rnbd_srv_sess_dev_force_close()
332 mutex_unlock(&sess->lock); in rnbd_srv_sess_dev_force_close()
575 sdev->sess = srv_sess; in rnbd_srv_create_set_sess_dev()
H A Drnbd-srv.h50 struct rnbd_srv_session *sess; member
H A Drnbd-clt-sysfs.c440 return sysfs_emit(page, "%s\n", dev->sess->sessname); in session_show()
519 ret = snprintf(buf, len, "%s@%s", pathname, dev->sess->sessname); in rnbd_clt_get_path_name()
531 len = strlen(dev->pathname) + strlen(dev->sess->sessname) + 2; in rnbd_clt_add_dev_symlink()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_dfs.c154 struct fc_port *sess = NULL; in qla2x00_dfs_tgt_sess_show() local
162 list_for_each_entry(sess, &vha->vp_fcports, list) in qla2x00_dfs_tgt_sess_show()
164 sess->d_id.b.domain, sess->d_id.b.area, in qla2x00_dfs_tgt_sess_show()
165 sess->d_id.b.al_pa, sess->port_name, in qla2x00_dfs_tgt_sess_show()
166 sess->loop_id); in qla2x00_dfs_tgt_sess_show()
/openbmc/linux/drivers/staging/media/meson/vdec/
H A Desparser.h15 int esparser_power_up(struct amvdec_session *sess);
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_io.c111 cmd->sess->max_frame; in ft_queue_data_in()
125 fr_max_payload(fp) = cmd->sess->max_frame; in ft_queue_data_in()
317 queue_work(cmd->sess->tport->tpg->workqueue, &cmd->work); in ft_recv_write_data()
H A Dtcm_fc.h107 struct ft_sess *sess; /* session held for cmd */ member
/openbmc/linux/drivers/target/
H A Dtarget_core_spc.c77 struct se_session *sess = cmd->se_sess; in spc_emulate_inquiry_std() local
113 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in spc_emulate_inquiry_std()
469 struct se_session *sess = cmd->se_sess; in spc_emulate_evpd_86() local
476 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in spc_emulate_evpd_86()
805 struct se_session *sess = cmd->se_sess; in spc_modesense_control() local
913 if (dev->dev_attrib.pi_prot_type || sess->sess_prot_type) in spc_modesense_control()
1240 struct se_session *sess = cmd->se_sess; in spc_emulate_report_luns() local
1256 if (!sess) in spc_emulate_report_luns()
1259 nacl = sess->se_node_acl; in spc_emulate_report_luns()
2116 struct se_session *sess = cmd->se_sess; in spc_rsoc_get_descr() local
[all …]
H A Dtarget_core_transport.c466 struct se_session *sess; in target_setup_session() local
481 if (IS_ERR(sess)) { in target_setup_session()
482 rc = PTR_ERR(sess); in target_setup_session()
485 sess->cmd_cnt = cmd_cnt; in target_setup_session()
489 if (!sess->se_node_acl) { in target_setup_session()
498 rc = callback(tpg, sess, private); in target_setup_session()
503 transport_register_session(tpg, sess->se_node_acl, sess, private); in target_setup_session()
504 return sess; in target_setup_session()
507 transport_free_session(sess); in target_setup_session()
645 struct se_session *sess = data; in target_release_res() local
[all …]
/openbmc/linux/fs/nfs/
H A Dnfs4client.c1035 struct nfs4_session *sess; in nfs4_session_limit_rwsize() local
1041 sess = server->nfs_client->cl_session; in nfs4_session_limit_rwsize()
1042 server_resp_sz = sess->fc_attrs.max_resp_sz - nfs41_maxread_overhead; in nfs4_session_limit_rwsize()
1043 server_rqst_sz = sess->fc_attrs.max_rqst_sz - nfs41_maxwrite_overhead; in nfs4_session_limit_rwsize()
1060 struct nfs4_session *sess; in nfs4_session_limit_xasize() local
1068 sess = server->nfs_client->cl_session; in nfs4_session_limit_xasize()
1070 server_gxa_sz = sess->fc_attrs.max_resp_sz - nfs42_maxgetxattr_overhead; in nfs4_session_limit_xasize()
1071 server_sxa_sz = sess->fc_attrs.max_rqst_sz - nfs42_maxsetxattr_overhead; in nfs4_session_limit_xasize()
1072 server_lxa_sz = sess->fc_attrs.max_resp_sz - in nfs4_session_limit_xasize()
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c439 iscsit_increment_maxcmdsn(cmd, conn->sess); in cxgbit_tx_datain_iso()
525 &conn->sess->tx_data_octets); in cxgbit_xmit_datain_pdu()
648 mbl = conn->sess->sess_ops->MaxBurstLength; in cxgbit_set_iso_npdu()
706 if (!conn->sess->sess_ops->DataSequenceInOrder) in cxgbit_seq_pdu_inorder()
708 if (!conn->sess->sess_ops->DataPDUInOrder) in cxgbit_seq_pdu_inorder()
740 erl = conn->sess->sess_ops->ErrorRecoveryLevel; in cxgbit_set_params()
865 if (!conn->sess->sess_ops->ErrorRecoveryLevel) { in cxgbit_handle_immediate_data()
1101 if (!conn->sess->sess_ops->ErrorRecoveryLevel) { in cxgbit_handle_nop_out()
1169 if (!conn->sess->sess_ops->ErrorRecoveryLevel) { in cxgbit_handle_text_cmd()
1294 atomic_long_inc(&conn->sess->conn_digest_errors); in cxgbit_rx_opcode()
[all …]
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c44 struct iscsi_session *sess; in beiscsi_session_create() local
83 sess = cls_session->dd_data; in beiscsi_session_create()
84 beiscsi_sess = sess->dd_data; in beiscsi_session_create()
107 struct iscsi_session *sess = cls_session->dd_data; in beiscsi_session_destroy() local
108 struct beiscsi_session *beiscsi_sess = sess->dd_data; in beiscsi_session_destroy()
138 struct iscsi_session *sess; in beiscsi_conn_create() local
157 sess = cls_session->dd_data; in beiscsi_conn_create()
158 beiscsi_sess = sess->dd_data; in beiscsi_conn_create()
/openbmc/linux/drivers/misc/
H A Dfastrpc.c367 struct fastrpc_session_ctx *sess = fl->sctx; in fastrpc_map_lookup() local
757 struct fastrpc_session_ctx *sess = fl->sctx; in fastrpc_map_create() local
782 dev_err(sess->dev, "Failed to attach dmabuf\n"); in fastrpc_map_create()
2142 struct fastrpc_session_ctx *sess; in fastrpc_cb_probe() local
2160 sess = &cctx->session[cctx->sesscount++]; in fastrpc_cb_probe()
2161 sess->used = false; in fastrpc_cb_probe()
2162 sess->valid = true; in fastrpc_cb_probe()
2163 sess->dev = dev; in fastrpc_cb_probe()
2164 dev_set_drvdata(dev, sess); in fastrpc_cb_probe()
2176 memcpy(dup_sess, sess, sizeof(*dup_sess)); in fastrpc_cb_probe()
[all …]
/openbmc/linux/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1592 struct se_session *sess = ch->sess; in srpt_handle_tsk_mgmt() local
1603 ch->sess); in srpt_handle_tsk_mgmt()
2094 se_sess = ch->sess; in srpt_release_channel_work()
2101 ch->sess = NULL; in srpt_release_channel_work()
2325 if (!IS_ERR_OR_NULL(ch->sess)) in srpt_cm_req_recv()
2337 if (!IS_ERR_OR_NULL(ch->sess)) in srpt_cm_req_recv()
2342 if (!IS_ERR_OR_NULL(ch->sess)) in srpt_cm_req_recv()
2352 if (IS_ERR_OR_NULL(ch->sess)) { in srpt_cm_req_recv()
2354 ret = PTR_ERR(ch->sess); in srpt_cm_req_recv()
2355 ch->sess = NULL; in srpt_cm_req_recv()
[all …]
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c2517 if (sess->keylen) { in vhost_user_crypto_create_session()
2519 if (sess->keylen > keylen) { in vhost_user_crypto_create_session()
2524 memcpy(&msg.payload.session.u.asym.key, sess->key, in vhost_user_crypto_create_session()
2525 sess->keylen); in vhost_user_crypto_create_session()
2531 memcpy(&msg.payload.session.u.sym.session_setup_data, sess, in vhost_user_crypto_create_session()
2533 if (sess->key_len) { in vhost_user_crypto_create_session()
2535 if (sess->key_len > keylen) { in vhost_user_crypto_create_session()
2541 sess->key_len); in vhost_user_crypto_create_session()
2544 if (sess->auth_key_len > 0) { in vhost_user_crypto_create_session()
2546 if (sess->auth_key_len > keylen) { in vhost_user_crypto_create_session()
[all …]
/openbmc/linux/fs/nfsd/
H A Dnfs4xdr.c1700 memset(sess, 0, sizeof(*sess)); in nfsd4_decode_create_session()
1716 return nfsd4_decode_cb_sec(argp, &sess->cb_sec); in nfsd4_decode_create_session()
4586 *p++ = cpu_to_be32(sess->seqid); in nfsd4_encode_create_session()
4587 *p++ = cpu_to_be32(sess->flags); in nfsd4_encode_create_session()
4593 *p++ = cpu_to_be32(sess->fore_channel.maxreq_sz); in nfsd4_encode_create_session()
4596 *p++ = cpu_to_be32(sess->fore_channel.maxops); in nfsd4_encode_create_session()
4597 *p++ = cpu_to_be32(sess->fore_channel.maxreqs); in nfsd4_encode_create_session()
4600 if (sess->fore_channel.nr_rdma_attrs) { in nfsd4_encode_create_session()
4614 *p++ = cpu_to_be32(sess->back_channel.maxops); in nfsd4_encode_create_session()
4615 *p++ = cpu_to_be32(sess->back_channel.maxreqs); in nfsd4_encode_create_session()
[all …]
/openbmc/linux/fs/smb/client/
H A DMakefile11 readdir.o ioctl.o sess.o export.o unc.o winucase.o \
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_util.h43 extern bool iscsit_check_session_usage_count(struct iscsit_session *sess, bool can_sleep);
/openbmc/linux/include/target/iscsi/
H A Discsi_target_core.h483 struct iscsit_session *sess; member
602 struct iscsit_session *sess; member
623 struct iscsit_session *sess; member

12345