Searched refs:drop_progress (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | relocation.c | 1412 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));
|
D | ioctl.c | 2483 memset(&dest->root_item.drop_progress, 0, in btrfs_ioctl_snap_destroy() 2484 sizeof(dest->root_item.drop_progress)); in btrfs_ioctl_snap_destroy()
|
D | extent-tree.c | 8820 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()
|
D | ctree.h | 775 struct btrfs_disk_key drop_progress; member
|