Home
last modified time | relevance | path

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

/fs/btrfs/
Drelocation.c1334 memset(&root_item->drop_progress, 0,
2043 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) {
2049 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress);
2123 btrfs_node_key(path->nodes[level], &root_item->drop_progress,
2150 memset(&root_item->drop_progress, 0,
2151 sizeof(root_item->drop_progress));
4113 memset(&root->root_item.drop_progress, 0,
4114 sizeof(root->root_item.drop_progress));
Dioctl.c409 memset(&root_item.drop_progress, 0, sizeof(root_item.drop_progress)); in create_subvol()
2032 memset(&dest->root_item.drop_progress, 0, in btrfs_ioctl_snap_destroy()
2033 sizeof(dest->root_item.drop_progress)); in btrfs_ioctl_snap_destroy()
Dextent-tree.c6873 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in btrfs_drop_snapshot()
6882 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in btrfs_drop_snapshot()
6959 &root_item->drop_progress, in btrfs_drop_snapshot()
Dctree.h706 struct btrfs_disk_key drop_progress; member