Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dsend.h26 #define BTRFS_SEND_READ_SIZE (1024 * 48) macro
Dsend.c4680 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()