Home
last modified time | relevance | path

Searched refs:send_size (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dsend.c82 u32 send_size; member
567 int left = sctx->send_max_size - sctx->send_size; in tlv_put()
572 hdr = (struct btrfs_tlv_header *) (sctx->send_buf + sctx->send_size); in tlv_put()
576 sctx->send_size += total_len; in tlv_put()
680 BUG_ON(sctx->send_size); in begin_cmd()
682 sctx->send_size += sizeof(*hdr); in begin_cmd()
696 hdr->len = cpu_to_le32(sctx->send_size - sizeof(*hdr)); in send_cmd()
699 crc = crc32c(0, (unsigned char *)sctx->send_buf, sctx->send_size); in send_cmd()
702 ret = write_buf(sctx->send_filp, sctx->send_buf, sctx->send_size, in send_cmd()
705 sctx->total_send_size += sctx->send_size; in send_cmd()
[all …]