Home
last modified time | relevance | path

Searched defs:in_buf (Results 1 – 3 of 3) sorted by relevance

/fs/ubifs/
Dcompress.c95 void ubifs_compress(const struct ubifs_info *c, const void *in_buf, in ubifs_compress()
147 int ubifs_decompress(const struct ubifs_info *c, const void *in_buf, in ubifs_decompress()
/fs/cifs/
Dtransport.c401 static int allocate_mid(struct cifs_ses *ses, struct smb_hdr *in_buf, in allocate_mid()
545 char *in_buf, int flags) in SendReceiveNoRsp()
783 struct smb_hdr *in_buf, struct smb_hdr *out_buf, in SendReceive()
896 struct smb_hdr *in_buf, in send_lock_cancel()
918 struct smb_hdr *in_buf, struct smb_hdr *out_buf, in SendReceiveBlockingLock()
Dsmb1ops.c43 struct smb_hdr *in_buf = (struct smb_hdr *)buf; in send_nt_cancel() local