Searched refs:drop_progress (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | relocation.c | 793 memset(&root_item->drop_progress, 0, in create_reloc_root() 1594 memset(&reloc_root_item->drop_progress, 0, in insert_dirty_subvol() 1595 sizeof(reloc_root_item->drop_progress)); in insert_dirty_subvol() 1685 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in merge_reloc_root() 1691 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in merge_reloc_root() 1785 * save the merging progress in the drop_progress. in merge_reloc_root() 1788 btrfs_node_key(path->nodes[level], &root_item->drop_progress, in merge_reloc_root() 3724 memset(&root->root_item.drop_progress, 0, in mark_garbage_root() 3725 sizeof(root->root_item.drop_progress)); in mark_garbage_root()
|
H A D | extent-tree.c | 4743 struct btrfs_key drop_progress; member 4916 * would have a drop_progress key that hadn't been updated properly. 5097 * If we had a drop_progress we need to verify the refs are set in do_walk_down() 5131 * update the drop_progress key accordingly. We don't care if in do_walk_down() 5136 find_next_key(path, level, &wc->drop_progress); in do_walk_down() 5410 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in btrfs_drop_snapshot() 5419 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in btrfs_drop_snapshot() 5496 &wc->drop_progress, in btrfs_drop_snapshot() 5499 btrfs_cpu_key_to_disk(&root_item->drop_progress, in btrfs_drop_snapshot() 5500 &wc->drop_progress); in btrfs_drop_snapshot() [all...] |
H A D | inode.c | 4072 memset(&dest->root_item.drop_progress, 0, in btrfs_delete_subvolume() 4073 sizeof(dest->root_item.drop_progress)); in btrfs_delete_subvolume()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | relocation.c | 807 memset(&root_item->drop_progress, 0, in create_reloc_root() 1625 memset(&reloc_root_item->drop_progress, 0, in insert_dirty_subvol() 1626 sizeof(reloc_root_item->drop_progress)); in insert_dirty_subvol() 1719 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in merge_reloc_root() 1725 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in merge_reloc_root() 1813 * save the merging progress in the drop_progress. in merge_reloc_root() 1816 btrfs_node_key(path->nodes[level], &root_item->drop_progress, in merge_reloc_root() 4185 memset(&root->root_item.drop_progress, 0, in mark_garbage_root() 4186 sizeof(root->root_item.drop_progress)); in mark_garbage_root()
|
H A D | root-tree.c | 288 btrfs_disk_key_to_cpu(&drop_key, &root->root_item.drop_progress); in btrfs_find_orphan_roots() 290 * If we have a non-zero drop_progress then we know we in btrfs_find_orphan_roots()
|
H A D | extent-tree.c | 5021 struct btrfs_key drop_progress; member 5193 * would have a drop_progress key that hadn't been updated properly. 5374 * If we had a drop_progress we need to verify the refs are set in do_walk_down() 5408 * update the drop_progress key accordingly. We don't care if in do_walk_down() 5413 find_next_key(path, level, &wc->drop_progress); in do_walk_down() 5691 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in btrfs_drop_snapshot() 5699 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in btrfs_drop_snapshot() 5777 &wc->drop_progress, in btrfs_drop_snapshot() 5780 btrfs_cpu_key_to_disk(&root_item->drop_progress, in btrfs_drop_snapshot() 5781 &wc->drop_progress); in btrfs_drop_snapshot() [all...] |
H A D | inode.c | 4530 memset(&dest->root_item.drop_progress, 0, in btrfs_delete_subvolume() 4531 sizeof(dest->root_item.drop_progress)); in btrfs_delete_subvolume()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | btrfs_tree.h | 617 struct btrfs_disk_key drop_progress; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs_tree.h | 885 struct btrfs_disk_key drop_progress; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 267 struct btrfs_disk_key drop_progress; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 267 struct btrfs_disk_key drop_progress; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 281 struct btrfs_disk_key drop_progress; member
|
Completed in 57 milliseconds