Searched refs:dh_info (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/smb/server/
H A Dsmb2pdu.c2649 struct durable_info *dh_info)
2674 if (dh_info->type == DURABLE_RECONN ||
2675 dh_info->type == DURABLE_REQ_V2) {
2682 dh_info->fp = ksmbd_lookup_durable_fd(persistent_id);
2683 if (!dh_info->fp) {
2689 if (memcmp(dh_info->fp->create_guid, recon_v2->CreateGuid,
2692 ksmbd_put_durable_fd(dh_info->fp);
2696 dh_info->type = dh_idx;
2697 dh_info->reconnected = true;
2707 if (dh_info
2646 parse_durable_handle_context(struct ksmbd_work *work, struct smb2_create_req *req, struct lease_ctx_info *lc, struct durable_info *dh_info) argument
2812 struct durable_info dh_info = {0}; local
[all...]
/linux-master/drivers/scsi/esas2r/
H A Datioctl.h1127 struct atto_vda_dh_info dh_info; member in union:atto_ioctl_vda_mgt_cmd::__anon441

Completed in 138 milliseconds