Searched refs:root_list (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | debug_fs.c | 75 int i, lvblen = res->res_ls->ls_lvblen, recover_list, root_list; in print_format1() local 117 root_list = !list_empty(&res->res_root_list); in print_format1() 120 if (root_list || recover_list) { in print_format1() 122 root_list, recover_list, in print_format1()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | relocation.c | 646 list_add_tail(&root->root_list, &rc->reloc_roots); in __add_reloc_root() 684 if (!list_empty(&root->root_list)) { in __del_reloc_root() 686 list_del_init(&root->root_list); in __del_reloc_root() 1875 struct btrfs_root, root_list); in prepare_to_merge() 1876 list_del_init(&reloc_root->root_list); in prepare_to_merge() 1891 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge() 1909 list_for_each_entry_safe(reloc_root, tmp, list, root_list) in free_reloc_roots() 1938 struct btrfs_root, root_list); in merge_reloc_roots() 1948 if (list_empty(&reloc_root->root_list)) in merge_reloc_roots() 1949 list_add_tail(&reloc_root->root_list, in merge_reloc_roots() [all …]
|
| H A D | transaction.c | 176 struct btrfs_root, root_list); in switch_commit_roots() 177 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() 1307 if (list_empty(&root->root_list)) { in btrfs_add_dead_root() 1309 list_add_tail(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root() 2482 struct btrfs_root, root_list); in btrfs_clean_one_deleted_snapshot() 2483 list_del_init(&root->root_list); in btrfs_clean_one_deleted_snapshot()
|
| H A D | disk-io.c | 1041 INIT_LIST_HEAD(&root->root_list); in __setup_root() 2075 struct btrfs_root, root_list); in btrfs_free_fs_roots() 2076 list_del(&gang[0]->root_list); in btrfs_free_fs_roots()
|
| H A D | ctree.h | 1108 struct list_head root_list; member
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | cgroup-internal.h | 175 list_for_each_entry((root), &cgroup_roots, root_list)
|
| H A D | cgroup.c | 1362 if (!list_empty(&root->root_list)) { in cgroup_destroy_root() 1363 list_del(&root->root_list); in cgroup_destroy_root() 1962 INIT_LIST_HEAD(&root->root_list); in init_cgroup_root() 2040 list_add(&root->root_list, &cgroup_roots); in cgroup_setup_root()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cgroup-defs.h | 521 struct list_head root_list; member
|