Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Drelocation.c1412 memset(&root_item->drop_progress, 0,
2138 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) {
2144 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress);
2220 btrfs_node_key(path->nodes[level], &root_item->drop_progress,
2247 memset(&root_item->drop_progress, 0,
2248 sizeof(root_item->drop_progress));
4311 memset(&root->root_item.drop_progress, 0,
4312 sizeof(root->root_item.drop_progress));
Dioctl.c2483 memset(&dest->root_item.drop_progress, 0, in btrfs_ioctl_snap_destroy()
2484 sizeof(dest->root_item.drop_progress)); in btrfs_ioctl_snap_destroy()
Dextent-tree.c8820 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in btrfs_drop_snapshot()
8829 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in btrfs_drop_snapshot()
8906 &root_item->drop_progress, in btrfs_drop_snapshot()
Dctree.h775 struct btrfs_disk_key drop_progress; member