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

/linux-master/fs/btrfs/
H A Droot-tree.c295 btrfs_disk_key_to_cpu(&drop_key, &root->root_item.drop_progress);
297 * If we have a non-zero drop_progress then we know we
H A Drelocation.c803 memset(&root_item->drop_progress, 0,
1624 memset(&reloc_root_item->drop_progress, 0,
1625 sizeof(reloc_root_item->drop_progress));
1718 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) {
1724 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress);
1812 * save the merging progress in the drop_progress.
1815 btrfs_node_key(path->nodes[level], &root_item->drop_progress,
4232 memset(&root->root_item.drop_progress, 0,
4233 sizeof(root->root_item.drop_progress));
H A Dextent-tree.c5244 struct btrfs_key drop_progress; member in struct:walk_control
5417 * would have a drop_progress key that hadn't been updated properly.
5600 * If we had a drop_progress we need to verify the refs are set
5634 * update the drop_progress key accordingly. We don't care if
5639 find_next_key(path, level, &wc->drop_progress);
5918 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) {
5926 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress);
6004 &wc->drop_progress,
6007 btrfs_cpu_key_to_disk(&root_item->drop_progress,
6008 &wc->drop_progress);
[all...]
H A Dinode.c4581 memset(&dest->root_item.drop_progress, 0,
4582 sizeof(dest->root_item.drop_progress));
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h934 struct btrfs_disk_key drop_progress; member in struct:btrfs_root_item

Completed in 153 milliseconds