Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Ddisk-io.c1160 root = radix_tree_lookup(&fs_info->fs_roots_radix, in btrfs_lookup_fs_root()
1212 ret = radix_tree_insert(&fs_info->fs_roots_radix, in btrfs_insert_fs_root()
1880 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_free_fs_roots()
2703 INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_ATOMIC); in btrfs_init_fs_info()
2934 found = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_cleanup_fs_roots()
4130 radix_tree_delete(&fs_info->fs_roots_radix, in btrfs_drop_and_free_fs_root()
4466 while ((ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_drop_all_logs()
4790 ret = radix_tree_gang_lookup_tag(&fs_info->fs_roots_radix, in btrfs_free_all_qgroup_pertrans()
4800 radix_tree_tag_clear(&fs_info->fs_roots_radix, in btrfs_free_all_qgroup_pertrans()
Dtransaction.c427 radix_tree_tag_set(&fs_info->fs_roots_radix, in record_root_in_trans()
473 radix_tree_tag_clear(&fs_info->fs_roots_radix, in btrfs_add_dropped_root()
1471 ret = radix_tree_gang_lookup_tag(&fs_info->fs_roots_radix, in commit_fs_roots()
1489 radix_tree_tag_clear(&fs_info->fs_roots_radix, in commit_fs_roots()
Dfs.h428 struct radix_tree_root fs_roots_radix; member
Dextent_map.c1296 count = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_free_extent_maps()
Dinode.c3614 dead_root = radix_tree_lookup(&fs_info->fs_roots_radix, in btrfs_orphan_cleanup()