Home
last modified time | relevance | path

Searched refs:fs_roots_radix (Results 1 – 6 of 6) sorted by relevance

/linux/fs/btrfs/
H A Ddisk-io.c1124 root = radix_tree_lookup(&fs_info->fs_roots_radix, in btrfs_lookup_fs_root()
1178 ret = radix_tree_insert(&fs_info->fs_roots_radix, in btrfs_insert_fs_root()
1866 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_free_fs_roots()
2782 INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_ATOMIC); in btrfs_init_fs_info()
3018 found = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_cleanup_fs_roots()
3118 * them into the fs_info->fs_roots_radix tree. This must be done before in btrfs_start_pre_rw_mount()
4258 radix_tree_delete(&fs_info->fs_roots_radix, in btrfs_drop_and_free_fs_root()
4686 while ((ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_drop_all_logs()
4942 ret = radix_tree_gang_lookup_tag(&fs_info->fs_roots_radix, in btrfs_free_all_qgroup_pertrans()
4952 radix_tree_tag_clear(&fs_info->fs_roots_radix, in btrfs_free_all_qgroup_pertrans()
[all...]
H A Dtransaction.c437 radix_tree_tag_set(&fs_info->fs_roots_radix, in record_root_in_trans()
494 radix_tree_tag_clear(&fs_info->fs_roots_radix, in btrfs_add_dropped_root()
1514 ret = radix_tree_gang_lookup_tag(&fs_info->fs_roots_radix, in commit_fs_roots()
1534 radix_tree_tag_clear(&fs_info->fs_roots_radix, in commit_fs_roots()
H A Dfs.h525 struct radix_tree_root fs_roots_radix; member
H A Dextent_map.c1333 count = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_extent_map_shrinker_worker()
H A Dioctl.c5120 root = radix_tree_lookup(&fs_info->fs_roots_radix, in btrfs_ioctl_subvol_sync()
H A Dinode.c3841 * fs_info->fs_roots_radix. So here we can find if an in btrfs_orphan_cleanup()
3847 dead_root = radix_tree_lookup(&fs_info->fs_roots_radix, in btrfs_orphan_cleanup()