Searched refs:snapshot_force_cow (Results 1 – 4 of 4) sorted by relevance
781 bool snapshot_force_cow = false; in create_snapshot() local818 atomic_inc(&root->snapshot_force_cow); in create_snapshot()819 snapshot_force_cow = true; in create_snapshot()885 if (snapshot_force_cow) in create_snapshot()886 atomic_dec(&root->snapshot_force_cow); in create_snapshot()
1282 atomic_t snapshot_force_cow; member
1197 atomic_set(&root->snapshot_force_cow, 0); in __setup_root()
1464 if (!nolock && atomic_read(&root->snapshot_force_cow)) in run_delalloc_nocow()