Searched refs:will_be_snapshotted (Results 1 – 4 of 4) sorted by relevance
5732 if (atomic_read(&root->will_be_snapshotted)) in btrfs_start_write_no_snapshotting()5740 if (atomic_read(&root->will_be_snapshotted)) { in btrfs_start_write_no_snapshotting()5755 wait_var_event(&root->will_be_snapshotted, in btrfs_wait_for_snapshot_creation()5756 !atomic_read(&root->will_be_snapshotted)); in btrfs_wait_for_snapshot_creation()
787 atomic_inc(&root->will_be_snapshotted); in create_snapshot()871 if (atomic_dec_and_test(&root->will_be_snapshotted)) in create_snapshot()872 wake_up_var(&root->will_be_snapshotted); in create_snapshot()
1088 atomic_t will_be_snapshotted; member
1180 atomic_set(&root->will_be_snapshotted, 0); in __setup_root()