Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/tests/
Dbtrfs-tests.c117 INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_ATOMIC); in btrfs_alloc_dummy_fs_info()
/Linux-v4.19/fs/btrfs/
Dtransaction.c322 radix_tree_tag_set(&fs_info->fs_roots_radix, in record_root_in_trans()
368 radix_tree_tag_clear(&fs_info->fs_roots_radix, in btrfs_add_dropped_root()
1233 ret = radix_tree_gang_lookup_tag(&fs_info->fs_roots_radix, in commit_fs_roots()
1241 radix_tree_tag_clear(&fs_info->fs_roots_radix, in commit_fs_roots()
Ddisk-io.c1517 root = radix_tree_lookup(&fs_info->fs_roots_radix, in btrfs_lookup_fs_root()
1533 ret = radix_tree_insert(&fs_info->fs_roots_radix, in btrfs_insert_fs_root()
2092 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_free_fs_roots()
2657 INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_ATOMIC); in open_ctree()
3820 radix_tree_delete(&fs_info->fs_roots_radix, in btrfs_drop_and_free_fs_root()
3870 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_cleanup_fs_roots()
Dctree.h770 struct radix_tree_root fs_roots_radix; member