Searched refs:fs_roots_radix (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/btrfs/ |
D | disk-io.c | 1160 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()
|
D | transaction.c | 427 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()
|
D | fs.h | 428 struct radix_tree_root fs_roots_radix; member
|
D | extent_map.c | 1296 count = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_free_extent_maps()
|
D | inode.c | 3614 dead_root = radix_tree_lookup(&fs_info->fs_roots_radix, in btrfs_orphan_cleanup()
|