Searched refs:drop_progress (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/fs/btrfs/ |
H A D | conv-funcs.h | 145 bytes_used, last_snapshot, flags, refs, drop_progress,
|
H A D | btrfs_tree.h | 598 struct btrfs_key drop_progress; member
|
/openbmc/linux/fs/btrfs/ |
H A D | relocation.c | 739 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 D | root-tree.c | 288 btrfs_disk_key_to_cpu(&drop_key, &root->root_item.drop_progress); in btrfs_find_orphan_roots()
|
H A D | extent-tree.c | 5040 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 D | inode.c | 4546 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 D | btrfs_tree.h | 885 struct btrfs_disk_key drop_progress; member
|