Searched refs:inc_rfc1001_len (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | cifssmb.c | 442 inc_rfc1001_len(pSMB, count); in CIFSSMBNegotiate() 593 inc_rfc1001_len(smb, 3); in CIFSSMBEcho() 723 inc_rfc1001_len(pSMB, byte_count); in CIFSPOSIXDelFile() 768 inc_rfc1001_len(pSMB, name_len + 1); in CIFSSMBDelFile() 812 inc_rfc1001_len(pSMB, name_len + 1); in CIFSSMBRmDir() 856 inc_rfc1001_len(pSMB, name_len + 1); in CIFSSMBMkDir() 934 inc_rfc1001_len(pSMB, byte_count); in CIFSPOSIXCreate() 1097 inc_rfc1001_len(pSMB, count); in SMBLegacyOpen() 1221 inc_rfc1001_len(req, count); in CIFS_open() 1573 inc_rfc1001_len(pSMB, byte_count); in CIFSSMBWrite() [all …]
|
H A D | cifsglob.h | 671 inc_rfc1001_len(void *buf, int count) in inc_rfc1001_len() function
|
/openbmc/linux/fs/smb/server/ |
H A D | ksmbd_work.c | 146 inc_rfc1001_len(work->iov[0].iov_base, len); in __ksmbd_iov_pin_rsp() 150 inc_rfc1001_len(work->iov[0].iov_base, aux_size); in __ksmbd_iov_pin_rsp()
|
H A D | smb_common.h | 466 static inline void inc_rfc1001_len(void *buf, int count) in inc_rfc1001_len() function
|
H A D | smb2pdu.c | 402 inc_rfc1001_len(work->response_buf, new_len - len); in init_chained_smb2_rsp() 483 inc_rfc1001_len(work->response_buf, len); in is_chained_smb2_message() 8957 inc_rfc1001_len(tr_buf, sizeof(struct smb2_transform_hdr)); in fill_transform_hdr() 8958 inc_rfc1001_len(tr_buf, orig_len); in fill_transform_hdr()
|