Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h145 bytes_used, last_snapshot, flags, refs, drop_progress,
H A Dbtrfs_tree.h598 struct btrfs_key drop_progress; member
/openbmc/linux/fs/btrfs/
H A Drelocation.c739 memset(&root_item->drop_progress, 0, in create_reloc_root()
1557 memset(&reloc_root_item->drop_progress, 0, in insert_dirty_subvol()
1558 sizeof(reloc_root_item->drop_progress)); in insert_dirty_subvol()
1651 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in merge_reloc_root()
1657 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in merge_reloc_root()
1748 btrfs_node_key(path->nodes[level], &root_item->drop_progress, in merge_reloc_root()
4114 memset(&root->root_item.drop_progress, 0, in mark_garbage_root()
4115 sizeof(root->root_item.drop_progress)); in mark_garbage_root()
H A Droot-tree.c288 btrfs_disk_key_to_cpu(&drop_key, &root->root_item.drop_progress); in btrfs_find_orphan_roots()
H A Dextent-tree.c5040 struct btrfs_key drop_progress; member
5444 find_next_key(path, level, &wc->drop_progress); in do_walk_down()
5729 if (btrfs_disk_key_objectid(&root_item->drop_progress) == 0) { in btrfs_drop_snapshot()
5737 btrfs_disk_key_to_cpu(&key, &root_item->drop_progress); in btrfs_drop_snapshot()
5815 &wc->drop_progress, in btrfs_drop_snapshot()
5818 btrfs_cpu_key_to_disk(&root_item->drop_progress, in btrfs_drop_snapshot()
5819 &wc->drop_progress); in btrfs_drop_snapshot()
H A Dinode.c4546 memset(&dest->root_item.drop_progress, 0, in btrfs_delete_subvolume()
4547 sizeof(dest->root_item.drop_progress)); in btrfs_delete_subvolume()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h885 struct btrfs_disk_key drop_progress; member