Searched refs:alloc_state (Results 1 – 6 of 6) sorted by relevance
| /fs/btrfs/tests/ |
| A D | btrfs-tests.c | 105 btrfs_extent_io_tree_init(fs_info, &dev->alloc_state, 0); in btrfs_alloc_dummy_device() 114 btrfs_extent_io_tree_release(&dev->alloc_state); in btrfs_free_dummy_device()
|
| /fs/btrfs/ |
| A D | dev-replace.c | 797 while (btrfs_find_first_extent_bit(&srcdev->alloc_state, start, in btrfs_set_target_alloc_state() 800 ret = btrfs_set_extent_bit(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
|
| A D | volumes.h | 196 struct extent_io_tree alloc_state; member
|
| A D | volumes.c | 408 btrfs_extent_io_tree_release(&device->alloc_state); in btrfs_free_device() 1160 btrfs_extent_io_tree_release(&device->alloc_state); in btrfs_close_one_device() 1517 if (btrfs_find_first_extent_bit(&device->alloc_state, *start, in contains_pending_extent() 5022 btrfs_clear_extent_bit(&device->alloc_state, new_size, (u64)-1, in btrfs_shrink_device() 5438 btrfs_set_extent_bit(&device->alloc_state, stripe->physical, in chunk_map_device_set_bits() 5450 btrfs_clear_extent_bit(&device->alloc_state, stripe->physical, in chunk_map_device_clear_bits() 6915 btrfs_extent_io_tree_init(fs_info, &dev->alloc_state, IO_TREE_DEVICE_ALLOC_STATE); in btrfs_alloc_device()
|
| A D | extent-tree.c | 6446 btrfs_find_first_clear_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents() 6485 btrfs_set_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents()
|
| /fs/gfs2/ |
| A D | bmap.c | 625 enum alloc_state { enum 672 enum alloc_state state; in __gfs2_iomap_alloc()
|
Completed in 32 milliseconds