Searched refs:exclusive_operation (Results 1 – 3 of 3) sorted by relevance
827 switch (READ_ONCE(fs_info->exclusive_operation)) { in btrfs_exclusive_operation_show()855 BTRFS_ATTR(, exclusive_operation, btrfs_exclusive_operation_show);865 BTRFS_ATTR_PTR(, exclusive_operation),
384 return !cmpxchg(&fs_info->exclusive_operation, BTRFS_EXCLOP_NONE, type); in btrfs_exclop_start()389 WRITE_ONCE(fs_info->exclusive_operation, BTRFS_EXCLOP_NONE); in btrfs_exclop_finish()
952 unsigned long exclusive_operation; member