Home
last modified time | relevance | path

Searched refs:root_list (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/fs/btrfs/
Drelocation.c650 list_add_tail(&root->root_list, &rc->reloc_roots); in __add_reloc_root()
688 if (!list_empty(&root->root_list)) { in __del_reloc_root()
690 list_del_init(&root->root_list); in __del_reloc_root()
1889 struct btrfs_root, root_list); in prepare_to_merge()
1890 list_del_init(&reloc_root->root_list); in prepare_to_merge()
1899 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()
1919 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()
1944 list_for_each_entry_safe(reloc_root, tmp, list, root_list) in free_reloc_roots()
1973 struct btrfs_root, root_list); in merge_reloc_roots()
2004 if (list_empty(&reloc_root->root_list)) in merge_reloc_roots()
[all …]
Dtransaction.c189 struct btrfs_root, root_list); in switch_commit_roots()
190 list_del_init(&root->root_list); in switch_commit_roots()
455 list_add_tail(&root->root_list, &cur_trans->dropped_roots); in btrfs_add_dropped_root()
1350 root_list); in btrfs_maybe_wake_unfinished_drop()
1371 if (list_empty(&root->root_list)) { in btrfs_add_dead_root()
1376 list_add(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root()
1378 list_add_tail(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root()
2567 struct btrfs_root, root_list); in btrfs_clean_one_deleted_snapshot()
2568 list_del_init(&root->root_list); in btrfs_clean_one_deleted_snapshot()
Ddisk-io.c999 INIT_LIST_HEAD(&root->root_list); in __setup_root()
2182 struct btrfs_root, root_list); in btrfs_free_fs_roots()
2183 list_del(&gang[0]->root_list); in btrfs_free_fs_roots()
Dctree.h1368 struct list_head root_list; member
/linux-6.1.9/fs/dlm/
Ddebug_fs.c77 int i, lvblen = res->res_ls->ls_lvblen, recover_list, root_list; in print_format1() local
119 root_list = !list_empty(&res->res_root_list); in print_format1()
122 if (root_list || recover_list) { in print_format1()
124 root_list, recover_list, in print_format1()
/linux-6.1.9/kernel/cgroup/
Dcgroup-internal.h173 list_for_each_entry((root), &cgroup_roots, root_list)
Dcgroup.c1380 if (!list_empty(&root->root_list)) { in cgroup_destroy_root()
1381 list_del(&root->root_list); in cgroup_destroy_root()
2025 INIT_LIST_HEAD(&root->root_list); in init_cgroup_root()
2108 list_add(&root->root_list, &cgroup_roots); in cgroup_setup_root()
/linux-6.1.9/include/linux/
Dcgroup-defs.h542 struct list_head root_list; member