Searched refs:smb (Results 1 – 7 of 7) sorted by relevance
/fs/cifs/ |
D | misc.c | 385 checkSMBhdr(struct smb_hdr *smb, __u16 mid) in checkSMBhdr() argument 389 if ((*(__le32 *) smb->Protocol == cpu_to_le32(0x424d53ff)) && in checkSMBhdr() 390 (mid == smb->Mid)) { in checkSMBhdr() 391 if (smb->Flags & SMBFLG_RESPONSE) in checkSMBhdr() 395 if (smb->Command == SMB_COM_LOCKING_ANDX) in checkSMBhdr() 401 if (*(__le32 *) smb->Protocol != cpu_to_le32(0x424d53ff)) in checkSMBhdr() 404 *(unsigned int *) smb->Protocol)); in checkSMBhdr() 405 if (mid != smb->Mid) in checkSMBhdr() 408 cERROR(1, ("bad smb detected. The Mid=%d", smb->Mid)); in checkSMBhdr() 413 checkSMB(struct smb_hdr *smb, __u16 mid, unsigned int length) in checkSMB() argument [all …]
|
D | cifs_debug.c | 61 void cifs_dump_detail(struct smb_hdr *smb) in cifs_dump_detail() argument 64 smb->Command, smb->Status.CifsError, in cifs_dump_detail() 65 smb->Flags, smb->Flags2, smb->Mid, smb->Pid)); in cifs_dump_detail() 66 cERROR(1, ("smb buf %p len %d", smb, smbCalcSize_LE(smb))); in cifs_dump_detail()
|
D | AUTHORS | 6 Andrew Tridgell (Samba team) for his early suggestions about smb/cifs VFS 13 Dave Boutcher of IBM Rochester (author of the OS/400 smb/cifs filesystem client) 14 for proving years ago that very good smb/cifs clients could be done on Unix-like
|
D | netmisc.c | 760 map_smb_to_linux_error(struct smb_hdr *smb, int logErr) in map_smb_to_linux_error() argument 770 if (smb->Status.CifsError == 0) in map_smb_to_linux_error() 773 if (smb->Flags2 & SMBFLG2_ERR_STATUS) { in map_smb_to_linux_error() 776 __u32 err = le32_to_cpu(smb->Status.CifsError); in map_smb_to_linux_error() 783 smberrclass = smb->Status.DosError.ErrorClass; in map_smb_to_linux_error() 784 smberrcode = le16_to_cpu(smb->Status.DosError.Error); in map_smb_to_linux_error()
|
D | cifsproto.h | 62 extern int checkSMB(struct smb_hdr *smb, __u16 mid, unsigned int length); 63 extern bool is_valid_oplock_break(struct smb_hdr *smb, 75 extern int map_smb_to_linux_error(struct smb_hdr *smb, int logErr);
|
D | CHANGES | 7 user's smb session. This fix allows cifs to mount multiple times to the 222 max smb buffer size when CIFSMaxBufSize over 64K. Fix oops in 223 cifs_user_read and cifs_readpages (when EAGAIN on send of smb 254 from Windows (Windows can send an RFC1001 size which does not match smb size) by 446 of the two user's smb sessions is being removed while leaving the other. 481 Change to mempools for alloc smb request buffers and multiplex structs 494 Fix PPC64 build error. Reduce excessive stack usage in smb password 625 Active smb transactions should never go negative (fix double FreeXid). Fix 677 we will choose a cifs user session (smb uid) that better matches the local 710 Fixed various incorrect or misleading smb to posix error code mappings. [all …]
|
D | README | 140 to your smb.conf file on the server. Note that the following smb.conf settings 162 Some administrators may want to change Samba's smb.conf "map archive" and 170 ("man smb.conf") on the Samba server system. Note that the cifs vfs, 171 unlike the smbfs vfs, does not read the smb.conf on the client system 617 system error log with the start of smb requests 657 the start of smb requests and responses can be enabled via:
|