Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dcompression.h35 #define BTRFS_MAX_COMPRESSED_PAGES (BTRFS_MAX_COMPRESSED / PAGE_SIZE) macro
H A Dcompression.c68 bbio = btrfs_bio(bio_alloc_bioset(NULL, BTRFS_MAX_COMPRESSED_PAGES, op, in alloc_compressed_bio()
H A Dinode.c924 nr_folios = min_t(unsigned long, nr_folios, BTRFS_MAX_COMPRESSED_PAGES); in compress_file_range()