Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dsend.c83 u32 send_max_size; member
574 int left = sctx->send_max_size - sctx->send_size; in tlv_put()
4916 return sctx->send_max_size - SZ_16K; in max_send_read_size()
4923 if (sctx->send_max_size - sctx->send_size < sizeof(*hdr) + len) in put_data_header()
7258 sctx->send_max_size = BTRFS_SEND_BUF_SIZE; in btrfs_ioctl_send()
7259 sctx->send_buf = kvmalloc(sctx->send_max_size, GFP_KERNEL); in btrfs_ioctl_send()