Home
last modified time | relevance | path

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

/fs/cifs/
Dnetmisc.c812 struct smb_hdr *smb = (struct smb_hdr *)buf; in map_smb_to_linux_error() local
887 struct smb_hdr *smb = (struct smb_hdr *)mid->resp_buf; in map_and_check_smb_error() local
Dmisc.c283 check_smb_hdr(struct smb_hdr *smb) in check_smb_hdr()
308 struct smb_hdr *smb = (struct smb_hdr *)buf; in checkSMB() local
Dcifs_debug.c39 struct smb_hdr *smb = (struct smb_hdr *)buf; in cifs_dump_detail() local
Dcifssmb.c644 ECHO_REQ *smb; in CIFSSMBEcho() local
1564 READ_REQ *smb = NULL; in cifs_async_readv() local
2044 WRITE_RSP *smb = (WRITE_RSP *)mid->resp_buf; in cifs_writev_callback() local
2090 WRITE_REQ *smb = NULL; in cifs_async_writev() local
Dcifsglob.h805 get_mid(const struct smb_hdr *smb) in get_mid()
811 compare_mid(__u16 mid, const struct smb_hdr *smb) in compare_mid()
Dcifspdu.h426 BCC(struct smb_hdr *smb) in BCC()