Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent-tree.h121 struct extent_buffer *btrfs_alloc_tree_block(struct btrfs_trans_handle *trans,
H A Dctree.c267 cow = btrfs_alloc_tree_block(trans, root, 0, new_root_objectid, in btrfs_copy_root()
506 cow = btrfs_alloc_tree_block(trans, root, parent_start, in btrfs_force_cow_block()
2852 c = btrfs_alloc_tree_block(trans, root, 0, btrfs_root_id(root), in insert_new_root()
3000 split = btrfs_alloc_tree_block(trans, root, 0, btrfs_root_id(root), in split_node()
3752 right = btrfs_alloc_tree_block(trans, root, 0, btrfs_root_id(root), in split_leaf()
H A Ddisk-io.c874 leaf = btrfs_alloc_tree_block(trans, root, 0, objectid, NULL, 0, 0, 0, in btrfs_create_tree()
950 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in btrfs_alloc_log_tree_node()
H A Dioctl.c578 leaf = btrfs_alloc_tree_block(trans, root, 0, objectid, NULL, 0, 0, 0, in create_subvol()
H A Dextent-tree.c5092 struct extent_buffer *btrfs_alloc_tree_block(struct btrfs_trans_handle *trans, in btrfs_alloc_tree_block() function