Searched refs:btrfs_alloc_tree_block (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/fs/btrfs/ |
D | extent-tree.h | 110 struct extent_buffer *btrfs_alloc_tree_block(struct btrfs_trans_handle *trans,
|
D | ctree.c | 331 cow = btrfs_alloc_tree_block(trans, root, 0, new_root_objectid, in btrfs_copy_root() 557 cow = btrfs_alloc_tree_block(trans, root, parent_start, in __btrfs_cow_block() 2994 c = btrfs_alloc_tree_block(trans, root, 0, root->root_key.objectid, in insert_new_root() 3138 split = btrfs_alloc_tree_block(trans, root, 0, root->root_key.objectid, in split_node() 3890 right = btrfs_alloc_tree_block(trans, root, 0, root->root_key.objectid, in split_leaf()
|
D | disk-io.c | 861 leaf = btrfs_alloc_tree_block(trans, root, 0, objectid, NULL, 0, 0, 0, in btrfs_create_tree() 938 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in btrfs_alloc_log_tree_node()
|
D | ioctl.c | 659 leaf = btrfs_alloc_tree_block(trans, root, 0, objectid, NULL, 0, 0, 0, in create_subvol()
|
D | extent-tree.c | 4898 struct extent_buffer *btrfs_alloc_tree_block(struct btrfs_trans_handle *trans, in btrfs_alloc_tree_block() function
|