Home
last modified time | relevance | path

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

/fs/btrfs/
Dioctl.c672 atomic_inc(&root->will_be_snapshoted); in create_snapshot()
757 if (atomic_dec_and_test(&root->will_be_snapshoted)) in create_snapshot()
758 wake_up_atomic_t(&root->will_be_snapshoted); in create_snapshot()
Ddisk-io.c1200 atomic_set(&root->will_be_snapshoted, 0); in __setup_root()
Dctree.h1980 atomic_t will_be_snapshoted; member
Dextent-tree.c10916 if (atomic_read(&root->will_be_snapshoted)) in btrfs_start_write_no_snapshoting()
10924 if (atomic_read(&root->will_be_snapshoted)) { in btrfs_start_write_no_snapshoting()
Dinode.c4954 wait_on_atomic_t(&root->will_be_snapshoted, in wait_for_snapshot_creation()