Searched refs:free_space_test_bit (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | free-space-tree.h | 50 int free_space_test_bit(struct btrfs_block_group *block_group,
|
H A D | free-space-tree.c | 514 int free_space_test_bit(struct btrfs_block_group *block_group, in free_space_test_bit() function 632 prev_bit = free_space_test_bit(block_group, path, prev_block); in modify_free_space_bitmap() 682 next_bit = free_space_test_bit(block_group, path, end); in modify_free_space_bitmap() 1519 bit = free_space_test_bit(block_group, path, offset); in load_free_space_bitmaps()
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | free-space-tree-tests.c | 60 bit = free_space_test_bit(cache, path, offset); in __check_free_space_extents()
|