Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/tests/
Dbtrfs-tests.c133 INIT_LIST_HEAD(&fs_info->dead_roots); in btrfs_alloc_dummy_fs_info()
/Linux-v5.4/fs/btrfs/
Dtransaction.c1200 list_add_tail(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root()
2349 if (list_empty(&fs_info->dead_roots)) { in btrfs_clean_one_deleted_snapshot()
2353 root = list_first_entry(&fs_info->dead_roots, in btrfs_clean_one_deleted_snapshot()
Ddisk-io.c2051 while (!list_empty(&fs_info->dead_roots)) { in btrfs_free_fs_roots()
2052 gang[0] = list_entry(fs_info->dead_roots.next, in btrfs_free_fs_roots()
2658 INIT_LIST_HEAD(&fs_info->dead_roots); in open_ctree()
Dctree.h666 struct list_head dead_roots; member
Dinode.c3556 list_for_each_entry(dead_root, &fs_info->dead_roots, in btrfs_orphan_cleanup()