Home
last modified time | relevance | path

Searched refs:snapshot_force_cow (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dioctl.c781 bool snapshot_force_cow = false; in create_snapshot() local
818 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()
Dctree.h1282 atomic_t snapshot_force_cow; member
Ddisk-io.c1197 atomic_set(&root->snapshot_force_cow, 0); in __setup_root()
Dinode.c1464 if (!nolock && atomic_read(&root->snapshot_force_cow)) in run_delalloc_nocow()