Searched refs:btrfs_free_tree_block (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/fs/btrfs/ | 
| D | ctree.c | 1178 		btrfs_free_tree_block(trans, root, buf, parent_start,  in __btrfs_cow_block() 1203 		btrfs_free_tree_block(trans, root, buf, parent_start,  in __btrfs_cow_block() 1951 		btrfs_free_tree_block(trans, root, mid, 0, 1);  in balance_level() 2003 			btrfs_free_tree_block(trans, root, right, 0, 1);  in balance_level() 2047 		btrfs_free_tree_block(trans, root, mid, 0, 1);  in balance_level() 4925 	btrfs_free_tree_block(trans, root, leaf, 0, 1);  in btrfs_del_leaf()
  | 
| D | qgroup.c | 987 	btrfs_free_tree_block(trans, quota_root, quota_root->node, 0, 1);  in btrfs_quota_disable()
  | 
| D | ctree.h | 3382 void btrfs_free_tree_block(struct btrfs_trans_handle *trans,
  | 
| D | extent-tree.c | 6454 void btrfs_free_tree_block(struct btrfs_trans_handle *trans,  in btrfs_free_tree_block()  function 8315 	btrfs_free_tree_block(trans, root, eb, parent, wc->refs[level] == 1);  in walk_up_proc()
  |