Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/tests/
Dbtrfs-tests.c121 INIT_LIST_HEAD(&fs_info->dead_roots); in btrfs_alloc_dummy_fs_info()
/linux-4.4.14/fs/btrfs/
Dtransaction.c1191 list_add_tail(&root->root_list, &root->fs_info->dead_roots); in btrfs_add_dead_root()
2209 if (list_empty(&fs_info->dead_roots)) { in btrfs_clean_one_deleted_snapshot()
2213 root = list_first_entry(&fs_info->dead_roots, in btrfs_clean_one_deleted_snapshot()
Ddisk-io.c2176 while (!list_empty(&fs_info->dead_roots)) { in btrfs_free_fs_roots()
2177 gang[0] = list_entry(fs_info->dead_roots.next, in btrfs_free_fs_roots()
2542 INIT_LIST_HEAD(&fs_info->dead_roots); in open_ctree()
Dctree.h1570 struct list_head dead_roots; member
Dinode.c3426 list_for_each_entry(dead_root, &fs_info->dead_roots, in btrfs_orphan_cleanup()