Searched refs:root_list (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | relocation.c | 697 if (!list_empty(&root->root_list)) { in __del_reloc_root() 699 list_del_init(&root->root_list); in __del_reloc_root() 1903 struct btrfs_root, root_list); in prepare_to_merge() 1904 list_del_init(&reloc_root->root_list); in prepare_to_merge() 1987 struct btrfs_root, root_list); in merge_reloc_roots() 2018 if (list_empty(&reloc_root->root_list)) in merge_reloc_roots() 2019 list_add_tail(&reloc_root->root_list, in merge_reloc_roots() 2034 list_del_init(&reloc_root->root_list); in merge_reloc_roots() 4271 struct btrfs_root, root_list); in btrfs_recover_relocation() 4272 list_del(&reloc_root->root_list); in btrfs_recover_relocation() [all …]
|
A D | transaction.c | 202 struct btrfs_root, root_list); in switch_commit_roots() 203 list_del_init(&root->root_list); in switch_commit_roots() 468 list_add_tail(&root->root_list, &cur_trans->dropped_roots); in btrfs_add_dropped_root() 1363 root_list); in btrfs_maybe_wake_unfinished_drop() 1384 if (list_empty(&root->root_list)) { in btrfs_add_dead_root() 1389 list_add(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root() 1391 list_add_tail(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root() 2594 struct btrfs_root, root_list); in btrfs_clean_one_deleted_snapshot() 2595 list_del_init(&root->root_list); in btrfs_clean_one_deleted_snapshot()
|
A D | ctree.h | 240 struct list_head root_list; member
|
A D | disk-io.c | 896 INIT_LIST_HEAD(&root->root_list); in __setup_root() 2087 struct btrfs_root, root_list); in btrfs_free_fs_roots() 2088 list_del(&gang[0]->root_list); in btrfs_free_fs_roots()
|
/linux-6.3-rc2/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-6.3-rc2/kernel/cgroup/ |
A D | cgroup-internal.h | 173 list_for_each_entry((root), &cgroup_roots, root_list)
|
A D | cgroup.c | 1386 if (!list_empty(&root->root_list)) { in cgroup_destroy_root() 1387 list_del(&root->root_list); in cgroup_destroy_root() 2031 INIT_LIST_HEAD(&root->root_list); in init_cgroup_root() 2114 list_add(&root->root_list, &cgroup_roots); in cgroup_setup_root()
|
/linux-6.3-rc2/include/linux/ |
A D | cgroup-defs.h | 546 struct list_head root_list; member
|
Completed in 36 milliseconds