Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Drelocation.c608 * So here we shouldn't hit a subvolume with non-zero drop_progress. in create_reloc_root()
613 if (unlikely(btrfs_disk_key_objectid(&root->root_item.drop_progress))) { in create_reloc_root()
616 btrfs_disk_key_to_cpu(&cpu_key, &root->root_item.drop_progress); in create_reloc_root()
667 memset(&root_item->drop_progress, 0, in create_reloc_root()
1450 memset(&reloc_root_item->drop_progress, 0, in insert_dirty_subvol()
1451 sizeof(reloc_root_item->drop_progress)); in insert_dirty_subvol()
1544 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in merge_reloc_root()
1550 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in merge_reloc_root()
1638 * save the merging progress in the drop_progress. in merge_reloc_root()
1641 btrfs_node_key(path->nodes[level], &root_item->drop_progress, in merge_reloc_root()
[all...]
H A Droot-tree.c293 btrfs_disk_key_to_cpu(&drop_key, &root->root_item.drop_progress); in btrfs_find_orphan_roots()
295 * If we have a non-zero drop_progress then we know we in btrfs_find_orphan_roots()
H A Dextent-tree.c5241 struct btrfs_key drop_progress; member
5503 * would have a drop_progress key that hadn't been updated properly.
5646 * If we had a drop_progress we need to verify the refs are set as in maybe_drop_reference()
5680 * the drop_progress key accordingly. We don't care if find_next_key in maybe_drop_reference()
5685 find_next_key(path, level, &wc->drop_progress); in maybe_drop_reference()
6113 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in btrfs_drop_snapshot()
6121 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in btrfs_drop_snapshot()
6201 &wc->drop_progress, in btrfs_drop_snapshot()
6204 btrfs_cpu_key_to_disk(&root_item->drop_progress, in btrfs_drop_snapshot()
6205 &wc->drop_progress); in btrfs_drop_snapshot()
[all...]
H A Dinode.c4637 memset(&dest->root_item.drop_progress, 0, in btrfs_delete_subvolume()
4638 sizeof(dest->root_item.drop_progress)); in btrfs_delete_subvolume()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h930 struct btrfs_disk_key drop_progress; member