Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/tests/
Dbtrfs-tests.c124 INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_ATOMIC); in btrfs_alloc_dummy_fs_info()
/linux-4.1.27/fs/btrfs/
Ddisk-io.c1608 root = radix_tree_lookup(&fs_info->fs_roots_radix, in btrfs_lookup_fs_root()
1624 ret = radix_tree_insert(&fs_info->fs_roots_radix, in btrfs_insert_fs_root()
2145 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_free_fs_roots()
2490 INIT_RADIX_TREE(&fs_info->fs_roots_radix, GFP_ATOMIC); in open_ctree()
3604 radix_tree_delete(&fs_info->fs_roots_radix, in btrfs_drop_and_free_fs_root()
3655 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_cleanup_fs_roots()
Dtransaction.c302 radix_tree_tag_set(&root->fs_info->fs_roots_radix, in record_root_in_trans()
1165 ret = radix_tree_gang_lookup_tag(&fs_info->fs_roots_radix, in commit_fs_roots()
1173 radix_tree_tag_clear(&fs_info->fs_roots_radix, in commit_fs_roots()
Dctree.h1403 struct radix_tree_root fs_roots_radix; member