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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.c292 memset(&root_item.drop_progress, 0, sizeof(root_item.drop_progress));
1295 memset(&dest->root_item.drop_progress, 0,
1296 sizeof(dest->root_item.drop_progress));
H A Drelocation.c1302 memset(&root_item->drop_progress, 0,
2002 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) {
2008 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress);
2079 * save the merging progress in the drop_progress.
2082 btrfs_node_key(path->nodes[level], &root_item->drop_progress,
2109 memset(&root_item->drop_progress, 0,
2110 sizeof(root_item->drop_progress));
3948 memset(&root->root_item.drop_progress, 0,
3949 sizeof(root->root_item.drop_progress));
H A Dextent-tree.c5749 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) {
5758 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress);
5829 &root_item->drop_progress,
H A Dctree.h587 struct btrfs_disk_key drop_progress; member in struct:btrfs_root_item

Completed in 77 milliseconds