Home
last modified time | relevance | path

Searched refs:alloc_state (Results 1 – 6 of 6) sorted by relevance

/fs/btrfs/
Dextent_map.c362 set_extent_bits_nowait(&device->alloc_state, stripe->physical, in extent_map_device_set_bits()
377 __clear_extent_bit(&device->alloc_state, stripe->physical, in extent_map_device_clear_bits()
Ddev-replace.c620 while (!find_first_extent_bit(&srcdev->alloc_state, start, in btrfs_set_target_alloc_state()
623 ret = set_extent_bits(&tgtdev->alloc_state, found_start, in btrfs_set_target_alloc_state()
Dvolumes.h152 struct extent_io_tree alloc_state; member
Dvolumes.c349 extent_io_tree_release(&device->alloc_state); in btrfs_free_device()
414 extent_io_tree_init(NULL, &dev->alloc_state, 0, NULL); in __alloc_device()
1635 if (!find_first_extent_bit(&device->alloc_state, *start, in contains_pending_extent()
4996 clear_extent_bits(&device->alloc_state, new_size, (u64)-1, in btrfs_shrink_device()
Dextent-tree.c5640 find_first_clear_extent_bit(&device->alloc_state, start, in btrfs_trim_free_extents()
5679 set_extent_bits(&device->alloc_state, start, in btrfs_trim_free_extents()
/fs/gfs2/
Dbmap.c624 enum alloc_state { enum
671 enum alloc_state state; in gfs2_iomap_alloc()