Searched refs:dirty_roots (Results 1 – 1 of 1) sorted by relevance
1085 struct list_head dirty_roots; in btrfs_clean_old_snapshots() local1086 INIT_LIST_HEAD(&dirty_roots); in btrfs_clean_old_snapshots()1089 list_splice_init(&root->fs_info->dead_roots, &dirty_roots); in btrfs_clean_old_snapshots()1092 if (!list_empty(&dirty_roots)) { in btrfs_clean_old_snapshots()1093 drop_dirty_roots(root, &dirty_roots); in btrfs_clean_old_snapshots()