Home
last modified time | relevance | path

Searched refs:dead_roots (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/btrfs/tests/
Dbtrfs-tests.c121 INIT_LIST_HEAD(&fs_info->dead_roots); in btrfs_alloc_dummy_fs_info()
/linux-4.1.27/fs/btrfs/
Dtransaction.c1147 list_add_tail(&root->root_list, &root->fs_info->dead_roots); in btrfs_add_dead_root()
2158 if (list_empty(&fs_info->dead_roots)) { in btrfs_clean_one_deleted_snapshot()
2162 root = list_first_entry(&fs_info->dead_roots, in btrfs_clean_one_deleted_snapshot()
Ddisk-io.c2130 while (!list_empty(&fs_info->dead_roots)) { in btrfs_free_fs_roots()
2131 gang[0] = list_entry(fs_info->dead_roots.next, in btrfs_free_fs_roots()
2493 INIT_LIST_HEAD(&fs_info->dead_roots); in open_ctree()
Dctree.h1542 struct list_head dead_roots; member
Dinode.c3394 list_for_each_entry(dead_root, &fs_info->dead_roots, in btrfs_orphan_cleanup()