tag | line | file | source code |
bcc | 33 | fs/smbfs/proc.c | static int smb_request_ok(struct smb_server *s, int command, int wct, int bcc); |
bcc | 268 | fs/smbfs/proc.c | smb_verify(byte *packet, int command, int wct, int bcc) |
bcc | 272 | fs/smbfs/proc.c | (bcc == -1 || SMB_BCC(packet) >= bcc)) ? 0 : -EIO; |
bcc | 412 | fs/smbfs/proc.c | smb_request_ok(struct smb_server *s, int command, int wct, int bcc) |
bcc | 429 | fs/smbfs/proc.c | else if (smb_verify(s->packet, command, wct, bcc) != 0) { |
bcc | 466 | fs/smbfs/proc.c | smb_request_ok_unlock(struct smb_server *s, int command, int wct, int bcc) |
bcc | 468 | fs/smbfs/proc.c | int result = smb_request_ok(s, command, wct, bcc); |
bcc | 479 | fs/smbfs/proc.c | smb_setup_header(struct smb_server *server, byte command, word wct, word bcc) |
bcc | 481 | fs/smbfs/proc.c | dword xmit_len = SMB_HEADER_LEN + wct * sizeof(word) + bcc + 2; |
bcc | 510 | fs/smbfs/proc.c | WSET(p, 0, bcc); |
bcc | 520 | fs/smbfs/proc.c | byte command, word wct, word bcc) |
bcc | 523 | fs/smbfs/proc.c | return smb_setup_header(server, command, wct, bcc); |
bcc | 950 | fs/smbfs/proc.c | word bcc; |
bcc | 1008 | fs/smbfs/proc.c | p = smb_decode_word(p, &bcc); |
bcc | 1016 | fs/smbfs/proc.c | if (bcc != count * SMB_DIRINFO_SIZE + 3) { |