Searched refs:BTRFS_EXCLOP_DEV_ADD (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Dfs.h386 BTRFS_EXCLOP_DEV_ADD, enumerator in enum:btrfs_exclusive_operation
H A Dioctl.c440 type == BTRFS_EXCLOP_DEV_ADD))
467 fs_info->exclusive_operation == BTRFS_EXCLOP_DEV_ADD ||
2694 if (!btrfs_exclop_start(fs_info, BTRFS_EXCLOP_DEV_ADD)) {
2695 if (!btrfs_exclop_start_try_lock(fs_info, BTRFS_EXCLOP_DEV_ADD))
2703 fs_info->exclusive_operation = BTRFS_EXCLOP_DEV_ADD;
H A Dsysfs.c1184 case BTRFS_EXCLOP_DEV_ADD:

Completed in 141 milliseconds