Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dsend.h16 #define BTRFS_SEND_READ_SIZE (48 * SZ_1K) macro
Dsend.c5032 memset(sctx->read_buf, 0, BTRFS_SEND_READ_SIZE); in send_hole()
5034 len = min_t(u64, end - offset, BTRFS_SEND_READ_SIZE); in send_hole()
5066 if (size > BTRFS_SEND_READ_SIZE) in send_extent_data()
5067 size = BTRFS_SEND_READ_SIZE; in send_extent_data()
7131 sctx->read_buf = kvmalloc(BTRFS_SEND_READ_SIZE, GFP_KERNEL); in btrfs_ioctl_send()