Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/include/linux/
Dcgroup-defs.h295 struct list_head root_list; member
/linux-4.1.27/fs/btrfs/
Drelocation.c1300 list_add_tail(&root->root_list, &rc->reloc_roots);
1328 list_del_init(&root->root_list);
2308 struct btrfs_root, root_list);
2309 list_del_init(&reloc_root->root_list);
2324 list_add(&reloc_root->root_list, &reloc_roots);
2343 root_list);
2375 struct btrfs_root, root_list);
2385 if (list_empty(&reloc_root->root_list))
2386 list_add_tail(&reloc_root->root_list,
2391 list_del_init(&reloc_root->root_list);
[all …]
Dtransaction.c1146 if (list_empty(&root->root_list)) in btrfs_add_dead_root()
1147 list_add_tail(&root->root_list, &root->fs_info->dead_roots); in btrfs_add_dead_root()
2163 struct btrfs_root, root_list); in btrfs_clean_one_deleted_snapshot()
2164 list_del_init(&root->root_list); in btrfs_clean_one_deleted_snapshot()
Ddisk-io.c1232 INIT_LIST_HEAD(&root->root_list); in __setup_root()
2132 struct btrfs_root, root_list); in btrfs_free_fs_roots()
2133 list_del(&gang[0]->root_list); in btrfs_free_fs_roots()
Dctree.h1891 struct list_head root_list; member
Dinode.c3395 root_list) { in btrfs_orphan_cleanup()
/linux-4.1.27/kernel/
Dcgroup.c414 list_for_each_entry((root), &cgroup_roots, root_list)
919 if (!list_empty(&root->root_list)) { in cgroup_destroy_root()
920 list_del(&root->root_list); in cgroup_destroy_root()
1630 INIT_LIST_HEAD(&root->root_list); in init_cgroup_root()
1706 list_add(&root->root_list, &cgroup_roots); in cgroup_setup_root()