Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dfree-space-cache.h76 struct btrfs_free_space_ctl { struct
95 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl, argument
135 struct btrfs_free_space_ctl *ctl);
H A Ddiscard.c651 struct btrfs_free_space_ctl *ctl; in btrfs_discard_update_discardable()
/linux/fs/btrfs/tests/
H A Dfree-space-tests.c325 static bool test_use_bitmap(struct btrfs_free_space_ctl *ctl, in test_use_bitmap()
827 static bool bytes_index_use_bitmap(struct btrfs_free_space_ctl *ctl, in bytes_index_use_bitmap()
839 struct btrfs_free_space_ctl *ctl = cache->free_space_ctl; in test_bytes_index()