Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Ddisk-io.c1157 root = btrfs_grab_root(root); in btrfs_lookup_fs_root()
1173 return btrfs_grab_root(fs_info->tree_root); in btrfs_get_global_root()
1177 return btrfs_grab_root(fs_info->chunk_root); in btrfs_get_global_root()
1179 return btrfs_grab_root(fs_info->dev_root); in btrfs_get_global_root()
1183 return btrfs_grab_root(fs_info->quota_root); in btrfs_get_global_root()
1185 return btrfs_grab_root(fs_info->uuid_root); in btrfs_get_global_root()
1191 return btrfs_grab_root(fs_info->stripe_root); in btrfs_get_global_root()
1211 btrfs_grab_root(root); in btrfs_insert_fs_root()
3024 gang[i] = btrfs_grab_root(gang[i]); in btrfs_cleanup_fs_roots()
4576 gang[i] = btrfs_grab_root(gang[i]); in btrfs_drop_all_logs()
[all …]
H A Ddisk-io.h100 static inline struct btrfs_root *btrfs_grab_root(struct btrfs_root *root) in btrfs_grab_root() function
H A Drelocation.c309 return btrfs_grab_root(root); in find_reloc_root()
736 root->reloc_root = btrfs_grab_root(reloc_root); in btrfs_init_reloc_root()
762 btrfs_grab_root(reloc_root); in btrfs_update_reloc_root()
1431 btrfs_grab_root(root); in insert_dirty_subvol()
2023 next->root = btrfs_grab_root(root); in select_reloc_root()
2516 node->root = btrfs_grab_root(root); in relocate_tree_block()
3774 root = btrfs_grab_root(fs_info->data_reloc_root); in create_reloc_inode()
4215 fs_root->reloc_root = btrfs_grab_root(reloc_root); in btrfs_recover_relocation()
4249 fs_root = btrfs_grab_root(fs_info->data_reloc_root); in btrfs_recover_relocation()
4442 new_root->reloc_root = btrfs_grab_root(reloc_root); in btrfs_reloc_post_snapshot()
H A Dordered-data.c823 root = btrfs_grab_root(root); in btrfs_wait_ordered_roots()
H A Dextent_map.c1335 root = btrfs_grab_root(root); in btrfs_extent_map_shrinker_worker()
H A Dtransaction.c1446 btrfs_grab_root(root); in btrfs_add_dead_root()
H A Dinode.c5616 BTRFS_I(inode)->root = btrfs_grab_root(args->root); in btrfs_init_locked_inode()
5719 inode->root = btrfs_grab_root(root); in new_simple_dir()
6322 BTRFS_I(inode)->root = btrfs_grab_root(BTRFS_I(dir)->root); in btrfs_create_new_inode()
8657 root = btrfs_grab_root(root); in btrfs_start_delalloc_roots()
H A Dioctl.c1629 root = btrfs_grab_root(root); in search_ioctl()
H A Dsend.c8298 btrfs_grab_root(sctx->send_root); in btrfs_ioctl_send()