Searched refs:drop_progress (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | relocation.c | 662 if (unlikely(btrfs_disk_key_objectid(&root->root_item.drop_progress))) { in create_reloc_root() 665 btrfs_disk_key_to_cpu(&cpu_key, &root->root_item.drop_progress); in create_reloc_root() 714 memset(&root_item->drop_progress, 0, in create_reloc_root() 1514 memset(&reloc_root_item->drop_progress, 0, in insert_dirty_subvol() 1515 sizeof(reloc_root_item->drop_progress)); in insert_dirty_subvol() 1560 memset(&reloc_root->root_item.drop_progress, 0, sizeof(struct btrfs_disk_key)); in abort_reloc_roots() 1640 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in merge_reloc_root() 1646 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in merge_reloc_root() 1737 btrfs_node_key(path->nodes[level], &root_item->drop_progress, in merge_reloc_root() 5583 memset(&root->root_item.drop_progress, 0, in mark_garbage_root() [all …]
|
| H A D | root-tree.c | 286 btrfs_disk_key_to_cpu(&drop_key, &root->root_item.drop_progress); in btrfs_find_orphan_roots()
|
| H A D | extent-tree.c | 5448 struct btrfs_key drop_progress; member 5896 find_next_key(path, level, &wc->drop_progress); in maybe_drop_reference() 6318 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in btrfs_drop_snapshot() 6326 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in btrfs_drop_snapshot() 6406 &wc->drop_progress, in btrfs_drop_snapshot() 6409 btrfs_cpu_key_to_disk(&root_item->drop_progress, in btrfs_drop_snapshot() 6410 &wc->drop_progress); in btrfs_drop_snapshot()
|
| H A D | tree-checker.c | 1383 if (unlikely(btrfs_disk_key_objectid(&ri.drop_progress) != 0 && in check_root_item() 1387 btrfs_disk_key_objectid(&ri.drop_progress)); in check_root_item()
|
| H A D | inode.c | 4852 memset(&dest->root_item.drop_progress, 0, in btrfs_delete_subvolume() 4853 sizeof(dest->root_item.drop_progress)); in btrfs_delete_subvolume()
|