Lines Matching refs:cow
1753 int cow = 0; in replace_path() local
1776 if (cow) { in replace_path()
1841 if (cow) { in replace_path()
1855 if (!cow) { in replace_path()
1858 cow = 1; in replace_path()
4560 struct extent_buffer *cow) in btrfs_reloc_cow_block() argument
4578 __update_reloc_root(root, cow->start); in btrfs_reloc_cow_block()
4595 extent_buffer_get(cow); in btrfs_reloc_cow_block()
4596 node->eb = cow; in btrfs_reloc_cow_block()
4597 node->new_bytenr = cow->start; in btrfs_reloc_cow_block()
4613 ret = replace_file_extents(trans, rc, root, cow); in btrfs_reloc_cow_block()