Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dinode-map.c272 #define INODES_PER_BITMAP (PAGE_SIZE * 8) macro
299 max_bitmaps = ALIGN(max_ino, INODES_PER_BITMAP) / INODES_PER_BITMAP; in recalculate_thresholds()
317 info->bytes > INODES_PER_BITMAP / 10) in use_bitmap()