Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dctree.c259 cow = btrfs_alloc_tree_block(trans, root, 0, new_root_objectid, in btrfs_copy_root()
1132 cow = btrfs_alloc_tree_block(trans, root, parent_start, in __btrfs_cow_block()
3350 c = btrfs_alloc_tree_block(trans, root, 0, root->root_key.objectid, in insert_new_root()
3489 split = btrfs_alloc_tree_block(trans, root, 0, root->root_key.objectid, in split_node()
4269 right = btrfs_alloc_tree_block(trans, root, 0, root->root_key.objectid, in split_leaf()
Ddisk-io.c1337 leaf = btrfs_alloc_tree_block(trans, root, 0, objectid, NULL, 0, 0, 0); in btrfs_create_tree()
1424 leaf = btrfs_alloc_tree_block(trans, root, 0, BTRFS_TREE_LOG_OBJECTID, in alloc_log_tree()
Dctree.h3422 struct extent_buffer *btrfs_alloc_tree_block(struct btrfs_trans_handle *trans,
Dioctl.c491 leaf = btrfs_alloc_tree_block(trans, root, 0, objectid, NULL, 0, 0, 0); in create_subvol()
Dextent-tree.c7929 struct extent_buffer *btrfs_alloc_tree_block(struct btrfs_trans_handle *trans, in btrfs_alloc_tree_block() function