Searched refs:drop_progress (Results 1 – 4 of 4) sorted by relevance
/linux/fs/btrfs/ |
A D | relocation.c | 796 memset(&root_item->drop_progress, 0, in create_reloc_root() 1607 memset(&reloc_root_item->drop_progress, 0, in insert_dirty_subvol() 1608 sizeof(reloc_root_item->drop_progress)); in insert_dirty_subvol() 1701 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in merge_reloc_root() 1707 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in merge_reloc_root() 1797 btrfs_node_key(path->nodes[level], &root_item->drop_progress, in merge_reloc_root() 4105 memset(&root->root_item.drop_progress, 0, in mark_garbage_root() 4106 sizeof(root->root_item.drop_progress)); in mark_garbage_root()
|
A D | extent-tree.c | 4960 struct btrfs_key drop_progress; member 5349 find_next_key(path, level, &wc->drop_progress); in do_walk_down() 5623 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in btrfs_drop_snapshot() 5631 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in btrfs_drop_snapshot() 5707 &wc->drop_progress, in btrfs_drop_snapshot() 5710 btrfs_cpu_key_to_disk(&root_item->drop_progress, in btrfs_drop_snapshot() 5711 &wc->drop_progress); in btrfs_drop_snapshot()
|
A D | inode.c | 4504 memset(&dest->root_item.drop_progress, 0, in btrfs_delete_subvolume() 4505 sizeof(dest->root_item.drop_progress)); in btrfs_delete_subvolume()
|
/linux/include/uapi/linux/ |
A D | btrfs_tree.h | 641 struct btrfs_disk_key drop_progress; member
|
Completed in 38 milliseconds