Home
last modified time | relevance | path

Searched refs:BTRFS_MAX_COMPRESSED_PAGES (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dcompression.h27 #define BTRFS_MAX_COMPRESSED_PAGES (BTRFS_MAX_COMPRESSED / PAGE_SIZE) macro
H A Dcompression.c70 bbio = btrfs_bio(bio_alloc_bioset(NULL, BTRFS_MAX_COMPRESSED_PAGES, op, in alloc_compressed_bio()
H A Dinode.c876 nr_pages = min_t(unsigned long, nr_pages, BTRFS_MAX_COMPRESSED_PAGES); in compress_file_range()