Home
last modified time | relevance | path

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

/fs/btrfs/
Dinode-map.c332 static bool use_bitmap(struct btrfs_free_space_ctl *ctl, in use_bitmap() function
344 .use_bitmap = use_bitmap,
366 .use_bitmap = pinned_use_bitmap,
Dfree-space-cache.h64 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl, member
Dfree-space-cache.c2091 static bool use_bitmap(struct btrfs_free_space_ctl *ctl, in use_bitmap() function
2143 .use_bitmap = use_bitmap,
2160 if (!ctl->op->use_bitmap(ctl, info)) in insert_into_bitmap()
/fs/btrfs/tests/
Dfree-space-tests.c403 .use_bitmap = test_use_bitmap, in test_steal_space_from_bitmap_to_extent()