Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dsend.h16 #define BTRFS_SEND_READ_SIZE (48 * SZ_1K) macro
Dsend.c5028 memset(sctx->read_buf, 0, BTRFS_SEND_READ_SIZE); in send_hole()
5030 len = min_t(u64, end - offset, BTRFS_SEND_READ_SIZE); in send_hole()
5062 if (size > BTRFS_SEND_READ_SIZE) in send_extent_data()
5063 size = BTRFS_SEND_READ_SIZE; in send_extent_data()
6698 sctx->read_buf = kvmalloc(BTRFS_SEND_READ_SIZE, GFP_KERNEL); in btrfs_ioctl_send()