Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Drelocation.c797 memset(&root_item->drop_progress, 0, in create_reloc_root()
1610 memset(&reloc_root_item->drop_progress, 0, in insert_dirty_subvol()
1611 sizeof(reloc_root_item->drop_progress)); in insert_dirty_subvol()
1704 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in merge_reloc_root()
1710 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in merge_reloc_root()
1801 btrfs_node_key(path->nodes[level], &root_item->drop_progress, in merge_reloc_root()
4118 memset(&root->root_item.drop_progress, 0, in mark_garbage_root()
4119 sizeof(root->root_item.drop_progress)); in mark_garbage_root()
Droot-tree.c283 btrfs_disk_key_to_cpu(&drop_key, &root->root_item.drop_progress); in btrfs_find_orphan_roots()
Dextent-tree.c5041 struct btrfs_key drop_progress; member
5430 find_next_key(path, level, &wc->drop_progress); in do_walk_down()
5709 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in btrfs_drop_snapshot()
5717 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in btrfs_drop_snapshot()
5793 &wc->drop_progress, in btrfs_drop_snapshot()
5796 btrfs_cpu_key_to_disk(&root_item->drop_progress, in btrfs_drop_snapshot()
5797 &wc->drop_progress); in btrfs_drop_snapshot()
Dinode.c4729 memset(&dest->root_item.drop_progress, 0, in btrfs_delete_subvolume()
4730 sizeof(dest->root_item.drop_progress)); in btrfs_delete_subvolume()
/linux-6.1.9/include/uapi/linux/
Dbtrfs_tree.h646 struct btrfs_disk_key drop_progress; member