Home
last modified time | relevance | path

Searched refs:BTRFS_MAX_FOLIO_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dfs.h58 #define BTRFS_MAX_FOLIO_SIZE (SZ_2M) macro
59 static_assert(BTRFS_MAX_FOLIO_SIZE > PAGE_SIZE);
H A Ddisk-io.c3362 BTRFS_MAX_FOLIO_SIZE); in calc_block_max_order()