Searched refs:btrfs_wait_ordered_roots (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | ordered-data.h | 202 void btrfs_wait_ordered_roots(struct btrfs_fs_info *fs_info, u64 nr,
|
H A D | dev-replace.c | 691 btrfs_wait_ordered_roots(fs_info, U64_MAX, 0, (u64)-1); in btrfs_dev_replace_start() 889 btrfs_wait_ordered_roots(fs_info, U64_MAX, 0, (u64)-1); in btrfs_dev_replace_finishing()
|
H A D | ordered-data.c | 742 void btrfs_wait_ordered_roots(struct btrfs_fs_info *fs_info, u64 nr, in btrfs_wait_ordered_roots() function
|
H A D | space-info.c | 671 btrfs_wait_ordered_roots(fs_info, items, 0, (u64)-1); in shrink_delalloc()
|
H A D | scrub.c | 2378 btrfs_wait_ordered_roots(fs_info, U64_MAX, cache->start, cache->length); in finish_extent_writes_for_zoned() 2614 btrfs_wait_ordered_roots(fs_info, U64_MAX, cache->start, in scrub_enumerate_chunks()
|
H A D | super.c | 1203 btrfs_wait_ordered_roots(fs_info, U64_MAX, 0, (u64)-1); in btrfs_sync_fs()
|
H A D | transaction.c | 2118 btrfs_wait_ordered_roots(fs_info, U64_MAX, 0, (u64)-1); in btrfs_wait_delalloc_flush()
|
H A D | zoned.c | 2124 btrfs_wait_ordered_roots(fs_info, U64_MAX, block_group->start, in do_zone_finish()
|
H A D | relocation.c | 4044 btrfs_wait_ordered_roots(fs_info, U64_MAX, in btrfs_relocate_block_group()
|
H A D | disk-io.c | 4612 btrfs_wait_ordered_roots(fs_info, U64_MAX, 0, (u64)-1); in btrfs_destroy_all_ordered_extents()
|