Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Drelocation.c592 list_add_tail(&root->root_list, &rc->reloc_roots); in __add_reloc_root()
630 if (!list_empty(&root->root_list)) { in __del_reloc_root()
632 list_del_init(&root->root_list); in __del_reloc_root()
1836 struct btrfs_root, root_list); in prepare_to_merge()
1837 list_del_init(&reloc_root->root_list); in prepare_to_merge()
1846 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()
1878 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()
1898 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge()
1923 list_for_each_entry_safe(reloc_root, tmp, list, root_list) in free_reloc_roots()
1952 struct btrfs_root, root_list); in merge_reloc_roots()
[all …]
H A Dtransaction.c206 struct btrfs_root, root_list); in switch_commit_roots()
207 list_del_init(&root->root_list); in switch_commit_roots()
473 list_add_tail(&root->root_list, &cur_trans->dropped_roots); in btrfs_add_dropped_root()
1381 root_list); in btrfs_maybe_wake_unfinished_drop()
1402 if (list_empty(&root->root_list)) { in btrfs_add_dead_root()
1407 list_add(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root()
1409 list_add_tail(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root()
2623 struct btrfs_root, root_list); in btrfs_clean_one_deleted_snapshot()
2624 list_del_init(&root->root_list); in btrfs_clean_one_deleted_snapshot()
H A Dctree.h240 struct list_head root_list; member
H A Ddisk-io.c646 INIT_LIST_HEAD(&root->root_list); in __setup_root()
1847 struct btrfs_root, root_list); in btrfs_free_fs_roots()
1848 list_del(&gang[0]->root_list); in btrfs_free_fs_roots()
/openbmc/linux/fs/dlm/
H A Ddebug_fs.c78 int i, lvblen = res->res_ls->ls_lvblen, recover_list, root_list; in print_format1() local
120 root_list = !list_empty(&res->res_root_list); in print_format1()
123 if (root_list || recover_list) { in print_format1()
125 root_list, recover_list, in print_format1()
/openbmc/linux/kernel/cgroup/
H A Dcgroup-internal.h173 list_for_each_entry_rcu((root), &cgroup_roots, root_list, \
H A Dcgroup.c1348 if (!list_empty(&root->root_list)) { in cgroup_destroy_root()
1349 list_del_rcu(&root->root_list); in cgroup_destroy_root()
2026 INIT_LIST_HEAD_RCU(&root->root_list); in init_cgroup_root()
2111 list_add_rcu(&root->root_list, &cgroup_roots); in cgroup_setup_root()
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.c226 QOSGraphEdgeList *root_list = get_edgelist(QOS_ROOT); in search_machine() local
227 QOSGraphEdge *e = search_list_edges(root_list, name); in search_machine()
/openbmc/linux/include/linux/
H A Dcgroup-defs.h547 struct list_head root_list; member