Searched refs:root_list (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/fs/btrfs/ |
| D | relocation.c | 660 list_add_tail(&root->root_list, &rc->reloc_roots); in __add_reloc_root() 698 if (!list_empty(&root->root_list)) { in __del_reloc_root() 700 list_del_init(&root->root_list); in __del_reloc_root() 1904 struct btrfs_root, root_list); in prepare_to_merge() 1905 list_del_init(&reloc_root->root_list); in prepare_to_merge() 1914 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge() 1946 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge() 1966 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge() 1991 list_for_each_entry_safe(reloc_root, tmp, list, root_list) in free_reloc_roots() 2020 struct btrfs_root, root_list); in merge_reloc_roots() [all …]
|
| D | transaction.c | 208 struct btrfs_root, root_list); in switch_commit_roots() 209 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() 1382 root_list); in btrfs_maybe_wake_unfinished_drop() 1403 if (list_empty(&root->root_list)) { in btrfs_add_dead_root() 1408 list_add(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root() 1410 list_add_tail(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root() 2624 struct btrfs_root, root_list); in btrfs_clean_one_deleted_snapshot() 2625 list_del_init(&root->root_list); in btrfs_clean_one_deleted_snapshot()
|
| D | ctree.h | 240 struct list_head root_list; member
|
| D | disk-io.c | 646 INIT_LIST_HEAD(&root->root_list); in __setup_root() 1838 struct btrfs_root, root_list); in btrfs_free_fs_roots() 1839 list_del(&gang[0]->root_list); in btrfs_free_fs_roots()
|
| /Linux-v6.6/fs/dlm/ |
| D | debug_fs.c | 78 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()
|
| /Linux-v6.6/kernel/cgroup/ |
| D | cgroup-internal.h | 173 list_for_each_entry((root), &cgroup_roots, root_list)
|
| D | cgroup.c | 1348 if (!list_empty(&root->root_list)) { in cgroup_destroy_root() 1349 list_del(&root->root_list); in cgroup_destroy_root() 2017 INIT_LIST_HEAD(&root->root_list); in init_cgroup_root() 2100 list_add(&root->root_list, &cgroup_roots); in cgroup_setup_root()
|
| /Linux-v6.6/include/linux/ |
| D | cgroup-defs.h | 560 struct list_head root_list; member
|