Home
last modified time | relevance | path

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

/fs/smb/client/
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.c315 check_smb_hdr(struct smb_hdr *smb) in check_smb_hdr()
348 struct smb_hdr *smb = (struct smb_hdr *)buf; in checkSMB() local
Dcifs_debug.c41 struct smb_hdr *smb = buf; in cifs_dump_detail() local
Dcifssmb.c575 ECHO_REQ *smb; in CIFSSMBEcho() local
1351 READ_REQ *smb = NULL; in cifs_async_readv() local
1650 WRITE_RSP *smb = (WRITE_RSP *)mid->resp_buf; in cifs_writev_callback() local
1711 WRITE_REQ *smb = NULL; in cifs_async_writev() local
Dcifsglob.h953 get_mid(const struct smb_hdr *smb) in get_mid()
959 compare_mid(__u16 mid, const struct smb_hdr *smb) in compare_mid()
Dcifspdu.h414 BCC(struct smb_hdr *smb) in BCC()