Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dvolumes.h939 int btrfs_update_device(struct btrfs_trans_handle *trans, struct btrfs_device *device);
H A Dvolumes.c3152 int btrfs_update_device(struct btrfs_trans_handle *trans, struct btrfs_device *device) in btrfs_update_device() function
3230 ret = btrfs_update_device(trans, device); in btrfs_grow_device()
3443 ret = btrfs_update_device(trans, map->stripes[i].dev); in remove_chunk_item()
5456 ret = btrfs_update_device(trans, device); in btrfs_shrink_device()
6293 ret = btrfs_update_device(trans, device); in btrfs_chunk_alloc_add_chunk_item()
H A Drelocation.c4854 ret = btrfs_update_device(trans, chunk_map->stripes[i].dev); in btrfs_last_identity_remap_gone()