Home
last modified time | relevance | path

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

/fs/cifs/
Dmisc.c281 check_smb_hdr(struct smb_hdr *smb, __u16 mid) in check_smb_hdr()
312 struct smb_hdr *smb = (struct smb_hdr *)buf; in checkSMB() local
Dnetmisc.c828 struct smb_hdr *smb = (struct smb_hdr *)buf; in map_smb_to_linux_error() local
Dcifs_debug.c80 struct smb_hdr *smb = (struct smb_hdr *)buf; in cifs_dump_detail() local
Dsmb2ops.c148 struct smb2_hdr *smb = (struct smb2_hdr *)buf; in smb2_dump_detail() local
Dcifssmb.c720 ECHO_REQ *smb; in CIFSSMBEcho() local
1575 READ_REQ *smb = NULL; in cifs_async_readv() local
1984 WRITE_RSP *smb = (WRITE_RSP *)mid->resp_buf; in cifs_writev_callback() local
2028 WRITE_REQ *smb = NULL; in cifs_async_writev() local
Dcifspdu.h432 BCC(struct smb_hdr *smb) in BCC()