Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Ddev-replace.c472 mutex_lock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
479 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
493 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
500 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
537 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
596 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_finishing()
700 mutex_lock(&dev_replace->lock_finishing_cancel_unmount); in __btrfs_dev_replace_cancel()
725 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in __btrfs_dev_replace_cancel()
734 mutex_unlock(&dev_replace->lock_finishing_cancel_unmount); in __btrfs_dev_replace_cancel()
742 mutex_lock(&dev_replace->lock_finishing_cancel_unmount); in btrfs_dev_replace_suspend_for_unmount()
[all …]
Dctree.h994 struct mutex lock_finishing_cancel_unmount; member
Ddisk-io.c2262 mutex_init(&fs_info->dev_replace.lock_finishing_cancel_unmount); in btrfs_init_dev_replace_locks()