Searched refs:Mid (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/smb/server/
H A Dsmb_common.c332 rsp_hdr->Mid = rcv_hdr->Mid;
H A Dsmb_common.h196 __le16 Mid; member in struct:smb_hdr
/linux-master/fs/smb/client/
H A Dcifsglob.h944 return le16_to_cpu(smb->Mid);
950 return mid == le16_to_cpu(smb->Mid);
1781 __u16 Mid; member in struct:dir_notify_req
1891 #define MID_DELETED 2 /* Mid has been dequeued/deleted */
H A Dcifs_debug.c43 cifs_dbg(VFS, "Cmd: %d Err: 0x%x Flags: 0x%x Flgs2: 0x%x Mid: %d Pid: %d Wct: %d\n",
45 smb->Flags2, smb->Mid, smb->Pid, smb->WordCount);
64 cifs_dbg(VFS, "State: %d Cmd: %d Pid: %d Cbdata: %p Mid %llu\n",
H A Dmisc.c289 buffer->Mid = get_next_mid(treeCon->ses->server);
H A Dcifssmb.c246 buffer->Mid = get_next_mid(ses->server);
423 pSMB->hdr.Mid = get_next_mid(server);
641 pSMB->hdr.Mid = get_next_mid(ses->server);
2264 sprintf(dummy_string, "cifs%x", pSMB->hdr.Mid);
4351 pSMB->hdr.Mid = get_next_mid(ses->server);
H A Dtransport.c1487 pSMB->hdr.Mid = get_next_mid(ses->server);
1716 * the Mid.
H A Dcifspdu.h408 __le16 Mid; member in struct:smb_hdr
H A Dconnect.c3718 smb_buffer->Mid = get_next_mid(ses->server);

Completed in 339 milliseconds