Searched refs:BTRFS_SEND_READ_SIZE (Results 1 – 2 of 2) sorted by relevance
26 #define BTRFS_SEND_READ_SIZE (1024 * 48) macro
4680 memset(sctx->read_buf, 0, BTRFS_SEND_READ_SIZE); in send_hole()4682 len = min_t(u64, end - offset, BTRFS_SEND_READ_SIZE); in send_hole()4713 if (size > BTRFS_SEND_READ_SIZE) in send_extent_data()4714 size = BTRFS_SEND_READ_SIZE; in send_extent_data()6030 sctx->read_buf = vmalloc(BTRFS_SEND_READ_SIZE); in btrfs_ioctl_send()