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

/linux-master/fs/btrfs/
H A Dsend.c140 u32 send_max_size; member in struct:send_ctx
662 int left = sctx->send_max_size - sctx->send_size;
5243 return sctx->send_max_size - SZ_16K;
5256 if (sctx->send_max_size - sctx->send_size < sizeof(__le16) + len)
5263 if (sctx->send_max_size - sctx->send_size < sizeof(*hdr) + len)
5669 if (data_offset > sctx->send_max_size ||
5670 sctx->send_max_size - data_offset < disk_num_bytes) {
8204 sctx->send_max_size = BTRFS_SEND_BUF_SIZE_V2;
8205 sctx->send_buf = vmalloc(sctx->send_max_size);
8210 send_buf_num_pages = sctx->send_max_size >> PAGE_SHIF
[all...]

Completed in 229 milliseconds