Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtransaction.c1309 list_add_tail(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root()
2477 if (list_empty(&fs_info->dead_roots)) { in btrfs_clean_one_deleted_snapshot()
2481 root = list_first_entry(&fs_info->dead_roots, in btrfs_clean_one_deleted_snapshot()
H A Ddisk-io.c2073 while (!list_empty(&fs_info->dead_roots)) { in btrfs_free_fs_roots()
2074 gang[0] = list_entry(fs_info->dead_roots.next, in btrfs_free_fs_roots()
2717 INIT_LIST_HEAD(&fs_info->dead_roots); in btrfs_init_fs_info()
H A Dctree.h722 struct list_head dead_roots; member