Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/tests/
Dbtrfs-tests.c136 INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_ATOMIC); in btrfs_alloc_dummy_fs_info()
/Linux-v5.4/fs/btrfs/
Dtransaction.c308 radix_tree_tag_set(&fs_info->fs_roots_radix, in record_root_in_trans()
354 radix_tree_tag_clear(&fs_info->fs_roots_radix, in btrfs_add_dropped_root()
1217 ret = radix_tree_gang_lookup_tag(&fs_info->fs_roots_radix, in commit_fs_roots()
1225 radix_tree_tag_clear(&fs_info->fs_roots_radix, in commit_fs_roots()
Ddisk-io.c1518 root = radix_tree_lookup(&fs_info->fs_roots_radix, in btrfs_lookup_fs_root()
1534 ret = radix_tree_insert(&fs_info->fs_roots_radix, in btrfs_insert_fs_root()
2066 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_free_fs_roots()
2655 INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_ATOMIC); in open_ctree()
3867 radix_tree_delete(&fs_info->fs_roots_radix, in btrfs_drop_and_free_fs_root()
3917 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_cleanup_fs_roots()
Dctree.h546 struct radix_tree_root fs_roots_radix; member