Searched refs:use_bitmap (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode-map.c | 332 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,
|
H A D | free-space-cache.h | 64 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl, member
|
H A D | free-space-cache.c | 2091 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()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | free-space-cache.h | 76 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl, member
|
H A D | free-space-cache.c | 2256 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()
|
/kernel/linux/linux-6.6/fs/btrfs/tests/ |
H A D | free-space-tests.c | 402 .use_bitmap = test_use_bitmap, in test_steal_space_from_bitmap_to_extent() 422 * test much longer and complicated, use a "use_bitmap" operation in test_steal_space_from_bitmap_to_extent() 836 .use_bitmap = bytes_index_use_bitmap, in test_bytes_index()
|
/kernel/linux/linux-5.10/fs/btrfs/tests/ |
H A D | free-space-tests.c | 403 .use_bitmap = test_use_bitmap, in test_steal_space_from_bitmap_to_extent() 423 * test much longer and complicated, use a "use_bitmap" operation in test_steal_space_from_bitmap_to_extent()
|
Completed in 13 milliseconds