Home
last modified time | relevance | path

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

/fs/btrfs/tests/
Dbtrfs-tests.c132 INIT_LIST_HEAD(&fs_info->dead_roots); in btrfs_alloc_dummy_fs_info()
/fs/btrfs/
Dtransaction.c1200 list_add_tail(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root()
2360 if (list_empty(&fs_info->dead_roots)) { in btrfs_clean_one_deleted_snapshot()
2364 root = list_first_entry(&fs_info->dead_roots, in btrfs_clean_one_deleted_snapshot()
Ddisk-io.c2045 while (!list_empty(&fs_info->dead_roots)) { in btrfs_free_fs_roots()
2046 gang[0] = list_entry(fs_info->dead_roots.next, in btrfs_free_fs_roots()
2684 INIT_LIST_HEAD(&fs_info->dead_roots); in open_ctree()
Dctree.h662 struct list_head dead_roots; member
Dinode.c3737 list_for_each_entry(dead_root, &fs_info->dead_roots, in btrfs_orphan_cleanup()