Home
last modified time | relevance | path

Searched refs:BTRFS_MAX_COMPRESSED (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dcompression.h26 #define BTRFS_MAX_COMPRESSED (SZ_128K) macro
27 #define BTRFS_MAX_COMPRESSED_PAGES (BTRFS_MAX_COMPRESSED / PAGE_SIZE)
28 static_assert((BTRFS_MAX_COMPRESSED % PAGE_SIZE) == 0);
H A Dsend.h26 #define BTRFS_SEND_BUF_SIZE_V2 ALIGN(SZ_16K + BTRFS_MAX_COMPRESSED, PAGE_SIZE)
H A Dlzo.c356 if (len_in > min_t(size_t, BTRFS_MAX_COMPRESSED, cb->compressed_len) || in lzo_decompress_bio()
H A Ddefrag.c662 return BTRFS_MAX_COMPRESSED; in get_extent_max_capacity()
H A Dinode.c10290 orig_count > BTRFS_MAX_COMPRESSED || orig_count == 0) in btrfs_do_encoded_write()