Searched refs:root_list (Results 1 – 8 of 8) sorted by relevance
/linux/fs/btrfs/ |
A D | relocation.c | 687 if (!list_empty(&root->root_list)) { in __del_reloc_root() 689 list_del_init(&root->root_list); in __del_reloc_root() 1885 struct btrfs_root, root_list); in prepare_to_merge() 1886 list_del_init(&reloc_root->root_list); in prepare_to_merge() 1969 struct btrfs_root, root_list); in merge_reloc_roots() 2000 if (list_empty(&reloc_root->root_list)) in merge_reloc_roots() 2001 list_add_tail(&reloc_root->root_list, in merge_reloc_roots() 2016 list_del_init(&reloc_root->root_list); in merge_reloc_roots() 4231 struct btrfs_root, root_list); in btrfs_recover_relocation() 4232 list_del(&reloc_root->root_list); in btrfs_recover_relocation() [all …]
|
A D | transaction.c | 179 struct btrfs_root, root_list); in switch_commit_roots() 180 list_del_init(&root->root_list); in switch_commit_roots() 477 list_add_tail(&root->root_list, &cur_trans->dropped_roots); in btrfs_add_dropped_root() 1322 if (list_empty(&root->root_list)) { in btrfs_add_dead_root() 1324 list_add_tail(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root() 2447 struct btrfs_root, root_list); in btrfs_clean_one_deleted_snapshot() 2448 list_del_init(&root->root_list); in btrfs_clean_one_deleted_snapshot()
|
A D | disk-io.c | 1158 INIT_LIST_HEAD(&root->root_list); in __setup_root() 2208 struct btrfs_root, root_list); in btrfs_free_fs_roots() 2209 list_del(&gang[0]->root_list); in btrfs_free_fs_roots()
|
A D | ctree.h | 1176 struct list_head root_list; member
|
/linux/fs/dlm/ |
A D | debug_fs.c | 77 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/kernel/cgroup/ |
A D | cgroup-internal.h | 176 list_for_each_entry((root), &cgroup_roots, root_list)
|
A D | cgroup.c | 1364 if (!list_empty(&root->root_list)) { in cgroup_destroy_root() 1365 list_del(&root->root_list); in cgroup_destroy_root() 1971 INIT_LIST_HEAD(&root->root_list); in init_cgroup_root() 2053 list_add(&root->root_list, &cgroup_roots); in cgroup_setup_root()
|
/linux/include/linux/ |
A D | cgroup-defs.h | 517 struct list_head root_list; member
|
Completed in 49 milliseconds