Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dfree-space-tree.c143 u32 bitmap_rounded_size = round_up(bitmap_size, sizeof(unsigned long)); in alloc_bitmap() local
154 ret = kvzalloc(bitmap_rounded_size, GFP_KERNEL); in alloc_bitmap()