Searched refs:drop_progress (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/fs/btrfs/ |
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() 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()
|
D | root-tree.c | 288 btrfs_disk_key_to_cpu(&drop_key, &root->root_item.drop_progress); in btrfs_find_orphan_roots()
|
D | extent-tree.c | 4992 struct btrfs_key drop_progress; member 5384 find_next_key(path, level, &wc->drop_progress); in do_walk_down() 5662 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in btrfs_drop_snapshot() 5670 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in btrfs_drop_snapshot() 5748 &wc->drop_progress, in btrfs_drop_snapshot() 5751 btrfs_cpu_key_to_disk(&root_item->drop_progress, in btrfs_drop_snapshot() 5752 &wc->drop_progress); in btrfs_drop_snapshot()
|
D | inode.c | 4513 memset(&dest->root_item.drop_progress, 0, in btrfs_delete_subvolume() 4514 sizeof(dest->root_item.drop_progress)); in btrfs_delete_subvolume()
|
/Linux-v6.6/include/uapi/linux/ |
D | btrfs_tree.h | 885 struct btrfs_disk_key drop_progress; member
|