Home
last modified time | relevance | path

Searched defs:smb (Results 1 – 7 of 7) sorted by relevance

/fs/cifs/
Dmisc.c285 check_smb_hdr(struct smb_hdr *smb) in check_smb_hdr()
310 struct smb_hdr *smb = (struct smb_hdr *)buf; in checkSMB() local
Dnetmisc.c826 struct smb_hdr *smb = (struct smb_hdr *)buf; in map_smb_to_linux_error() local
Dcifs_debug.c62 struct smb_hdr *smb = (struct smb_hdr *)buf; in cifs_dump_detail() local
Dcifssmb.c731 ECHO_REQ *smb; in CIFSSMBEcho() local
1640 READ_REQ *smb = NULL; in cifs_async_readv() local
2093 WRITE_RSP *smb = (WRITE_RSP *)mid->resp_buf; in cifs_writev_callback() local
2140 WRITE_REQ *smb = NULL; in cifs_async_writev() local
Dsmb2ops.c202 struct smb2_hdr *smb = (struct smb2_hdr *)buf; in smb2_dump_detail() local
Dcifsglob.h699 get_mid(const struct smb_hdr *smb) in get_mid()
705 compare_mid(__u16 mid, const struct smb_hdr *smb) in compare_mid()
Dcifspdu.h437 BCC(struct smb_hdr *smb) in BCC()