Searched refs:root_list (Results 1 – 6 of 6) sorted by relevance
/fs/dlm/ |
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()
|
/fs/btrfs/ |
D | transaction.c | 104 struct btrfs_root, root_list); in switch_commit_roots() 105 list_del_init(&root->root_list); in switch_commit_roots() 354 list_add_tail(&root->root_list, &cur_trans->dropped_roots); in btrfs_add_dropped_root() 1199 if (list_empty(&root->root_list)) in btrfs_add_dead_root() 1200 list_add_tail(&root->root_list, &fs_info->dead_roots); in btrfs_add_dead_root() 2365 struct btrfs_root, root_list); in btrfs_clean_one_deleted_snapshot() 2366 list_del_init(&root->root_list); in btrfs_clean_one_deleted_snapshot()
|
D | relocation.c | 1314 list_add_tail(&root->root_list, &rc->reloc_roots); in __add_reloc_root() 1343 list_del_init(&root->root_list); in __del_reloc_root() 2493 struct btrfs_root, root_list); in prepare_to_merge() 2494 list_del_init(&reloc_root->root_list); in prepare_to_merge() 2508 list_add(&reloc_root->root_list, &reloc_roots); in prepare_to_merge() 2527 root_list); in free_reloc_roots() 2561 struct btrfs_root, root_list); in merge_reloc_roots() 2569 if (list_empty(&reloc_root->root_list)) in merge_reloc_roots() 2570 list_add_tail(&reloc_root->root_list, in merge_reloc_roots() 2582 list_del_init(&reloc_root->root_list); in merge_reloc_roots() [all …]
|
D | disk-io.c | 1138 INIT_LIST_HEAD(&root->root_list); in __setup_root() 2047 struct btrfs_root, root_list); in btrfs_free_fs_roots() 2048 list_del(&gang[0]->root_list); in btrfs_free_fs_roots()
|
D | ctree.h | 1019 struct list_head root_list; member
|
D | inode.c | 3738 root_list) { in btrfs_orphan_cleanup()
|