Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dinode-map.c288 #define INODES_PER_BITMAP (PAGE_SIZE * 8) macro
315 max_bitmaps = ALIGN(max_ino, INODES_PER_BITMAP) / INODES_PER_BITMAP; in recalculate_thresholds()
333 info->bytes > INODES_PER_BITMAP / 10) in use_bitmap()