Searched refs:BTRFS_MAX_COMPRESSED (Results 1 – 5 of 5) sorted by relevance
26 #define BTRFS_MAX_COMPRESSED (SZ_128K) macro27 #define BTRFS_MAX_COMPRESSED_PAGES (BTRFS_MAX_COMPRESSED / PAGE_SIZE)28 static_assert((BTRFS_MAX_COMPRESSED % PAGE_SIZE) == 0);
26 #define BTRFS_SEND_BUF_SIZE_V2 ALIGN(SZ_16K + BTRFS_MAX_COMPRESSED, PAGE_SIZE)
356 if (len_in > min_t(size_t, BTRFS_MAX_COMPRESSED, cb->compressed_len) || in lzo_decompress_bio()
662 return BTRFS_MAX_COMPRESSED; in get_extent_max_capacity()
10290 orig_count > BTRFS_MAX_COMPRESSED || orig_count == 0) in btrfs_do_encoded_write()