Home
last modified time | relevance | path

Searched refs:btrfs_grab_root (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddisk-io.c1421 root = btrfs_grab_root(root); in btrfs_lookup_fs_root()
1430 return btrfs_grab_root(fs_info->tree_root); in btrfs_get_global_root()
1432 return btrfs_grab_root(fs_info->extent_root); in btrfs_get_global_root()
1434 return btrfs_grab_root(fs_info->chunk_root); in btrfs_get_global_root()
1436 return btrfs_grab_root(fs_info->dev_root); in btrfs_get_global_root()
1438 return btrfs_grab_root(fs_info->csum_root); in btrfs_get_global_root()
1440 return btrfs_grab_root(fs_info->quota_root) ? in btrfs_get_global_root()
1443 return btrfs_grab_root(fs_info->uuid_root) ? in btrfs_get_global_root()
1446 return btrfs_grab_root(fs_info->free_space_root) ? in btrfs_get_global_root()
1465 btrfs_grab_root(root); in btrfs_insert_fs_root()
[all …]
H A Ddisk-io.h98 static inline struct btrfs_root *btrfs_grab_root(struct btrfs_root *root) in btrfs_grab_root() function
H A Drelocation.c365 return btrfs_grab_root(root); in find_reloc_root()
580 new_node->root = btrfs_grab_root(dest); in clone_backref_node()
884 root->reloc_root = btrfs_grab_root(reloc_root); in btrfs_init_reloc_root()
910 btrfs_grab_root(reloc_root); in btrfs_update_reloc_root()
1601 btrfs_grab_root(root); in insert_dirty_subvol()
2065 next->root = btrfs_grab_root(root); in select_reloc_root()
2522 node->root = btrfs_grab_root(root); in relocate_tree_block()
3500 root = btrfs_grab_root(fs_info->data_reloc_root); in create_reloc_inode()
3858 fs_root->reloc_root = btrfs_grab_root(reloc_root); in btrfs_recover_relocation()
3890 fs_root = btrfs_grab_root(fs_info->data_reloc_root); in btrfs_recover_relocation()
[all …]
H A Dordered-data.c625 root = btrfs_grab_root(root); in btrfs_wait_ordered_roots()
H A Dtransaction.c1308 btrfs_grab_root(root); in btrfs_add_dead_root()
H A Dinode.c5400 BTRFS_I(inode)->root = btrfs_grab_root(args->root); in btrfs_init_locked_inode()
5481 BTRFS_I(inode)->root = btrfs_grab_root(root); in new_simple_dir()
6047 BTRFS_I(inode)->root = btrfs_grab_root(root); in btrfs_new_inode()
9576 root = btrfs_grab_root(root); in btrfs_start_delalloc_roots()
H A Dioctl.c2261 root = btrfs_grab_root(BTRFS_I(inode)->root); in search_ioctl()
H A Dsend.c7422 btrfs_grab_root(sctx->send_root); in btrfs_ioctl_send()