Searched refs:btrfs_grab_root (Results 1 – 8 of 8) sorted by relevance
1549 root = btrfs_grab_root(root); in btrfs_lookup_fs_root()1558 return btrfs_grab_root(fs_info->tree_root); in btrfs_get_global_root()1560 return btrfs_grab_root(fs_info->extent_root); in btrfs_get_global_root()1562 return btrfs_grab_root(fs_info->chunk_root); in btrfs_get_global_root()1564 return btrfs_grab_root(fs_info->dev_root); in btrfs_get_global_root()1566 return btrfs_grab_root(fs_info->csum_root); in btrfs_get_global_root()1571 return btrfs_grab_root(fs_info->uuid_root) ? in btrfs_get_global_root()1593 btrfs_grab_root(root); in btrfs_insert_fs_root()4292 gang[i] = btrfs_grab_root(gang[i]); in btrfs_cleanup_fs_roots()4591 gang[i] = btrfs_grab_root(gang[i]); in btrfs_drop_all_logs()[all …]
97 static inline struct btrfs_root *btrfs_grab_root(struct btrfs_root *root) in btrfs_grab_root() function
367 return btrfs_grab_root(root); in find_reloc_root()582 new_node->root = btrfs_grab_root(dest); in clone_backref_node()894 root->reloc_root = btrfs_grab_root(reloc_root); in btrfs_init_reloc_root()920 btrfs_grab_root(reloc_root); in btrfs_update_reloc_root()1616 btrfs_grab_root(root); in insert_dirty_subvol()2187 next->root = btrfs_grab_root(root); in select_reloc_root()2690 node->root = btrfs_grab_root(root); in relocate_tree_block()3816 root = btrfs_grab_root(fs_info->data_reloc_root); in create_reloc_inode()4257 fs_root->reloc_root = btrfs_grab_root(reloc_root); in btrfs_recover_relocation()4291 fs_root = btrfs_grab_root(fs_info->data_reloc_root); in btrfs_recover_relocation()[all …]
696 root = btrfs_grab_root(root); in btrfs_wait_ordered_roots()
1323 btrfs_grab_root(root); in btrfs_add_dead_root()
5851 BTRFS_I(inode)->root = btrfs_grab_root(args->root); in btrfs_init_locked_inode()5932 BTRFS_I(inode)->root = btrfs_grab_root(root); in new_simple_dir()6499 BTRFS_I(inode)->root = btrfs_grab_root(root); in btrfs_new_inode()10034 root = btrfs_grab_root(root); in btrfs_start_delalloc_roots()
2213 root = btrfs_grab_root(BTRFS_I(inode)->root); in search_ioctl()
7412 btrfs_grab_root(sctx->send_root); in btrfs_ioctl_send()
Completed in 54 milliseconds