Searched refs:out_buf (Results 1 - 6 of 6) sorted by relevance

/fs/quota/
H A Dquota_tree.c89 goto out_buf;
97 goto out_buf;
102 out_buf:
139 goto out_buf;
144 goto out_buf;
149 goto out_buf;
154 goto out_buf;
166 out_buf:
185 goto out_buf;
189 goto out_buf;
[all...]
/fs/ubifs/
H A Dcompress.c81 * @out_buf: output buffer where compressed data should be stored
87 * the result in the output buffer @out_buf and the resulting length in
89 * @out_buf. The same happens if @compr_type is %UBIFS_COMPR_NONE or if
95 void ubifs_compress(const void *in_buf, int in_len, void *out_buf, int *out_len, argument
110 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf,
130 memcpy(out_buf, in_buf, in_len);
139 * @out_buf: output buffer where decompressed data should
143 * This function decompresses data from buffer @in_buf into buffer @out_buf.
147 int ubifs_decompress(const void *in_buf, int in_len, void *out_buf, argument
166 memcpy(out_buf, in_bu
[all...]
H A Dubifs.h1786 void ubifs_compress(const void *in_buf, int in_len, void *out_buf, int *out_len,
/fs/cifs/
H A Dtransport.c836 struct smb_hdr *in_buf, struct smb_hdr *out_buf,
927 if (!midQ->resp_buf || !out_buf ||
935 memcpy(out_buf, midQ->resp_buf, *pbytes_returned + 4);
950 struct smb_hdr *out_buf)
965 return SendReceive(xid, ses, in_buf, out_buf,
971 struct smb_hdr *in_buf, struct smb_hdr *out_buf,
1067 rc = send_lock_cancel(xid, tcon, in_buf, out_buf);
1099 if (out_buf == NULL || midQ->mid_state != MID_RESPONSE_RECEIVED) {
1106 memcpy(out_buf, midQ->resp_buf, *pbytes_returned + 4);
835 SendReceive(const unsigned int xid, struct cifs_ses *ses, struct smb_hdr *in_buf, struct smb_hdr *out_buf, int *pbytes_returned, const int timeout) argument
948 send_lock_cancel(const unsigned int xid, struct cifs_tcon *tcon, struct smb_hdr *in_buf, struct smb_hdr *out_buf) argument
970 SendReceiveBlockingLock(const unsigned int xid, struct cifs_tcon *tcon, struct smb_hdr *in_buf, struct smb_hdr *out_buf, int *pbytes_returned) argument
H A Dsmb2ops.c262 struct network_interface_info_ioctl_rsp *out_buf; local
267 (char **)&out_buf, &ret_data_len);
276 le32_to_cpu(out_buf->Capability));
278 le64_to_cpu(out_buf->LinkSpeed));
H A Dcifsproto.h102 struct smb_hdr *out_buf,

Completed in 106 milliseconds