Home
last modified time | relevance | path

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

/fs/btrfs/
Ddev-replace.c485 mutex_lock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
492 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
506 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
513 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
550 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
608 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
693 mutex_lock(&dev_replace->lock_finishing_cancel_unmount); in __btrfs_dev_replace_cancel()
718 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in __btrfs_dev_replace_cancel()
727 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in __btrfs_dev_replace_cancel()
735 mutex_lock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_suspend_for_unmount()
[all …]
Dctree.h366 struct mutex lock_finishing_cancel_unmount; member
Ddisk-io.c2357 mutex_init(&fs_info->dev_replace.lock_finishing_cancel_unmount); in btrfs_init_dev_replace_locks()