Searched refs:drop_progress (Results 1 – 4 of 4) sorted by relevance
/fs/btrfs/ |
D | relocation.c | 1334 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));
|
D | ioctl.c | 409 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()
|
D | extent-tree.c | 6873 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()
|
D | ctree.h | 706 struct btrfs_disk_key drop_progress; member
|