Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dbtrfs.h829 #define BTRFS_SEND_FLAG_COMPRESSED 0x10 macro
836 BTRFS_SEND_FLAG_COMPRESSED)
/linux-6.12.1/fs/btrfs/
Dsend.c5724 if ((sctx->flags & BTRFS_SEND_FLAG_COMPRESSED) && in send_extent_data()
8208 if ((arg->flags & BTRFS_SEND_FLAG_COMPRESSED) && sctx->proto < 2) { in btrfs_ioctl_send()