Searched refs:btrfs_free_space_test_bit (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/ |
H A D | free-space-tree.h | 56 bool btrfs_free_space_test_bit(struct btrfs_block_group *block_group,
|
H A D | free-space-tree.c | 520 bool btrfs_free_space_test_bit(struct btrfs_block_group *block_group, in btrfs_free_space_test_bit() function 639 prev_bit_set = btrfs_free_space_test_bit(block_group, path, prev_block); in modify_free_space_bitmap() 687 next_bit_set = btrfs_free_space_test_bit(block_group, path, end); in modify_free_space_bitmap() 1584 bit_set = btrfs_free_space_test_bit(block_group, path, offset); in load_free_space_bitmaps()
|
/linux/fs/btrfs/tests/ |
H A D | free-space-tree-tests.c | 60 bit = btrfs_free_space_test_bit(cache, path, offset); in __check_free_space_extents()
|