Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dtransaction.c1421 if (!list_empty(&fs_info->dead_roots)) { in btrfs_maybe_wake_unfinished_drop()
1422 struct btrfs_root *root = list_first_entry(&fs_info->dead_roots, in btrfs_maybe_wake_unfinished_drop()
1450 list_add(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root()
1452 list_add_tail(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root()
2643 if (list_empty(&fs_info->dead_roots)) { in btrfs_clean_one_deleted_snapshot()
2647 root = list_first_entry(&fs_info->dead_roots, in btrfs_clean_one_deleted_snapshot()
H A Dioctl.c5110 if (!list_empty(&fs_info->dead_roots)) { in btrfs_ioctl_subvol_sync()
5111 root = list_last_entry(&fs_info->dead_roots, in btrfs_ioctl_subvol_sync()
5128 args.count = list_count_nodes(&fs_info->dead_roots); in btrfs_ioctl_subvol_sync()
5136 if (!list_empty(&fs_info->dead_roots)) { in btrfs_ioctl_subvol_sync()
5137 root = list_last_entry(&fs_info->dead_roots, in btrfs_ioctl_subvol_sync()
5150 if (!list_empty(&fs_info->dead_roots)) { in btrfs_ioctl_subvol_sync()
5151 root = list_first_entry(&fs_info->dead_roots, in btrfs_ioctl_subvol_sync()
H A Dfs.h576 struct list_head dead_roots; member
H A Ddisk-io.c1865 while (!list_empty(&fs_info->dead_roots)) { in btrfs_free_fs_roots()
1866 gang[0] = list_entry(fs_info->dead_roots.next, in btrfs_free_fs_roots()
2777 INIT_LIST_HEAD(&fs_info->dead_roots); in btrfs_init_fs_info()