Searched refs:btrfs_insert_root (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | root-tree.h | 18 int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root,
|
H A D | root-tree.c | 200 int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, in btrfs_insert_root() function
|
H A D | transaction.c | 1803 ret = btrfs_insert_root(trans, tree_root, &key, new_root_item); in create_pending_snapshot()
|
H A D | relocation.c | 815 ret = btrfs_insert_root(trans, fs_info->tree_root, in create_reloc_root()
|
H A D | ioctl.c | 703 ret = btrfs_insert_root(trans, fs_info->tree_root, &key, in create_subvol()
|
H A D | disk-io.c | 895 ret = btrfs_insert_root(trans, tree_root, &key, &root->root_item); in btrfs_create_tree()
|
H A D | tree-log.c | 2775 ret = btrfs_insert_root(trans, fs_info->log_root_tree, in update_log_root()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | root-tree.c | 197 int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, in btrfs_insert_root() function
|
H A D | transaction.c | 1668 ret = btrfs_insert_root(trans, tree_root, &key, new_root_item); in create_pending_snapshot()
|
H A D | ctree.h | 2843 int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root,
|
H A D | relocation.c | 801 ret = btrfs_insert_root(trans, fs_info->tree_root, in create_reloc_root()
|
H A D | ioctl.c | 687 ret = btrfs_insert_root(trans, fs_info->tree_root, &key, in create_subvol()
|
H A D | tree-log.c | 2967 ret = btrfs_insert_root(trans, fs_info->log_root_tree, in update_log_root()
|
H A D | disk-io.c | 1185 ret = btrfs_insert_root(trans, tree_root, &key, &root->root_item); in btrfs_create_tree()
|
Completed in 56 milliseconds