Lines Matching defs:compression
27 #include "compression.h"
1744 u8 compression;
1784 compression = btrfs_file_extent_compression(path->nodes[0], ei);
1785 if (unlikely(compression != BTRFS_COMPRESS_NONE)) {
1788 "send: found symlink extent with compression, ino %llu root %llu compression type %d",
1789 ino, btrfs_root_id(root), compression);
5882 * it can never be an inline extent (even if compression is enabled).
5885 * destination filesystem because it can be inlined due to compression
5888 * filesystem does not have compression enabled but the destination
6090 * possible re-compression at the receiver.