Home
last modified time | relevance | path

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

/linux-3.3/fs/btrfs/
Dctree.c241 cow = btrfs_alloc_free_block(trans, root, buf->len, 0, in btrfs_copy_root()
447 cow = btrfs_alloc_free_block(trans, root, buf->len, parent_start, in __btrfs_cow_block()
2090 c = btrfs_alloc_free_block(trans, root, root->nodesize, 0, in insert_new_root()
2217 split = btrfs_alloc_free_block(trans, root, root->nodesize, 0, in split_node()
2971 right = btrfs_alloc_free_block(trans, root, root->leafsize, 0, in split_leaf()
Dctree.h2444 struct extent_buffer *btrfs_alloc_free_block(struct btrfs_trans_handle *trans,
Dioctl.c369 leaf = btrfs_alloc_free_block(trans, root, root->leafsize, in create_subvol()
Ddisk-io.c1261 leaf = btrfs_alloc_free_block(trans, root, root->leafsize, 0, in alloc_log_tree()
Dextent-tree.c6199 struct extent_buffer *btrfs_alloc_free_block(struct btrfs_trans_handle *trans, in btrfs_alloc_free_block() function