Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dsend.h16 #define BTRFS_SEND_READ_SIZE (48 * SZ_1K) macro
Dsend.c5176 memset(sctx->read_buf, 0, BTRFS_SEND_READ_SIZE); in send_hole()
5178 len = min_t(u64, end - offset, BTRFS_SEND_READ_SIZE); in send_hole()
5210 if (size > BTRFS_SEND_READ_SIZE) in send_extent_data()
5211 size = BTRFS_SEND_READ_SIZE; in send_extent_data()
6887 sctx->read_buf = kvmalloc(BTRFS_SEND_READ_SIZE, GFP_KERNEL); in btrfs_ioctl_send()