bitmap_rounded_size  145 fs/btrfs/free-space-tree.c 	u32 bitmap_rounded_size = round_up(bitmap_size, sizeof(unsigned long));
bitmap_rounded_size  156 fs/btrfs/free-space-tree.c 	ret = kvzalloc(bitmap_rounded_size, GFP_KERNEL);