Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dctree.c269 cow = btrfs_alloc_tree_block(trans, root, 0, new_root_objectid, in btrfs_copy_root()
501 cow = btrfs_alloc_tree_block(trans, root, parent_start, in btrfs_force_cow_block()
2887 c = btrfs_alloc_tree_block(trans, root, 0, btrfs_root_id(root), in insert_new_root()
3036 split = btrfs_alloc_tree_block(trans, root, 0, btrfs_root_id(root), in split_node()
3783 right = btrfs_alloc_tree_block(trans, root, 0, btrfs_root_id(root), in split_leaf()
H A Ddisk-io.c841 leaf = btrfs_alloc_tree_block(trans, root, 0, objectid, NULL, 0, 0, 0, in btrfs_create_tree()
914 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in btrfs_alloc_log_tree_node()
H A Dioctl.c612 leaf = btrfs_alloc_tree_block(trans, root, 0, objectid, NULL, 0, 0, 0, in create_subvol()
H A Dextent-tree.c5342 struct extent_buffer *btrfs_alloc_tree_block(struct btrfs_trans_handle *trans, in btrfs_alloc_tree_block() function