Home
last modified time | relevance | path

Searched refs:will_be_snapshoted (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dioctl.c662 atomic_inc(&root->will_be_snapshoted); in create_snapshot()
747 if (atomic_dec_and_test(&root->will_be_snapshoted)) in create_snapshot()
748 wake_up_atomic_t(&root->will_be_snapshoted); in create_snapshot()
Dctree.h1979 atomic_t will_be_snapshoted; member
Ddisk-io.c1269 atomic_set(&root->will_be_snapshoted, 0); in __setup_root()
Dextent-tree.c10734 if (atomic_read(&root->will_be_snapshoted)) in btrfs_start_write_no_snapshoting()
10742 if (atomic_read(&root->will_be_snapshoted)) { in btrfs_start_write_no_snapshoting()
Dinode.c4888 wait_on_atomic_t(&root->will_be_snapshoted, in wait_for_snapshot_creation()