Searched refs:btrfs_alloc_free_block (Results 1 – 5 of 5) sorted by relevance
/linux-3.3/fs/btrfs/ |
D | ctree.c | 241 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()
|
D | ctree.h | 2444 struct extent_buffer *btrfs_alloc_free_block(struct btrfs_trans_handle *trans,
|
D | ioctl.c | 369 leaf = btrfs_alloc_free_block(trans, root, root->leafsize, in create_subvol()
|
D | disk-io.c | 1261 leaf = btrfs_alloc_free_block(trans, root, root->leafsize, 0, in alloc_log_tree()
|
D | extent-tree.c | 6199 struct extent_buffer *btrfs_alloc_free_block(struct btrfs_trans_handle *trans, in btrfs_alloc_free_block() function
|