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.h928 int btrfs_update_device(struct btrfs_trans_handle *trans, struct btrfs_device *device);
H A Dvolumes.c3056 int btrfs_update_device(struct btrfs_trans_handle *trans, struct btrfs_device *device) in btrfs_update_device() function
3134 ret = btrfs_update_device(trans, device); in btrfs_grow_device()
3347 ret = btrfs_update_device(trans, map->stripes[i].dev); in remove_chunk_item()
5332 ret = btrfs_update_device(trans, device); in btrfs_shrink_device()
6157 ret = btrfs_update_device(trans, device); in btrfs_chunk_alloc_add_chunk_item()
H A Drelocation.c4725 ret = btrfs_update_device(trans, chunk_map->stripes[i].dev); in btrfs_last_identity_remap_gone()