Searched refs:ordered_roots (Results 1 – 3 of 3) sorted by relevance
226 list_add_tail(&root->ordered_root, &fs_info->ordered_roots); in __btrfs_add_ordered_extent()609 list_splice_init(&fs_info->ordered_roots, &splice); in btrfs_wait_ordered_roots()616 &fs_info->ordered_roots); in btrfs_wait_ordered_roots()629 list_splice_tail(&splice, &fs_info->ordered_roots); in btrfs_wait_ordered_roots()
2710 INIT_LIST_HEAD(&fs_info->ordered_roots); in open_ctree()4232 list_splice_init(&fs_info->ordered_roots, &splice); in btrfs_destroy_all_ordered_extents()4237 &fs_info->ordered_roots); in btrfs_destroy_all_ordered_extents()
917 struct list_head ordered_roots; member