Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dfree-space-cache.h76 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl, member
H A Dfree-space-cache.c2256 static bool use_bitmap(struct btrfs_free_space_ctl *ctl, in use_bitmap() function
2307 .use_bitmap = use_bitmap,
2324 if (!ctl->op->use_bitmap(ctl, info)) in insert_into_bitmap()
/openbmc/linux/fs/btrfs/tests/
H A Dfree-space-tests.c402 .use_bitmap = test_use_bitmap, in test_steal_space_from_bitmap_to_extent()
836 .use_bitmap = bytes_index_use_bitmap, in test_bytes_index()