Home
last modified time | relevance | path

Searched refs:btrfs_relocate_chunk (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dvolumes.h726 int btrfs_relocate_chunk(struct btrfs_fs_info *fs_info, u64 chunk_offset);
H A Dvolumes.c3346 int btrfs_relocate_chunk(struct btrfs_fs_info *fs_info, u64 chunk_offset) in btrfs_relocate_chunk() function
3486 ret = btrfs_relocate_chunk(fs_info, found_key.offset); in btrfs_relocate_sys_chunks()
4160 ret = btrfs_relocate_chunk(fs_info, found_key.offset); in __btrfs_balance()
4927 ret = btrfs_relocate_chunk(fs_info, chunk_offset); in btrfs_shrink_device()
8095 ret = btrfs_relocate_chunk(fs_info, target); in relocating_repair_kthread()
H A Dblock-group.c1929 ret = btrfs_relocate_chunk(fs_info, bg->start); in btrfs_reclaim_bgs_work()