Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dbtrfs.h791 #define BTRFS_SEND_FLAG_COMPRESSED 0x10 macro
798 BTRFS_SEND_FLAG_COMPRESSED)
/Linux-v6.1/fs/btrfs/
Dsend.c5459 if ((sctx->flags & BTRFS_SEND_FLAG_COMPRESSED) && in send_extent_data()
7878 if ((arg->flags & BTRFS_SEND_FLAG_COMPRESSED) && sctx->proto < 2) { in btrfs_ioctl_send()