Searched refs:btrfs_cow_block (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 1533 noinline int btrfs_cow_block(struct btrfs_trans_handle *trans, in btrfs_cow_block() function 1930 ret = btrfs_cow_block(trans, root, child, mid, 0, &child); in balance_level() 1964 wret = btrfs_cow_block(trans, root, left, in balance_level() 1975 wret = btrfs_cow_block(trans, root, right, in balance_level() 2138 ret = btrfs_cow_block(trans, root, left, parent, in push_nodes_for_insert() 2190 ret = btrfs_cow_block(trans, root, right, in push_nodes_for_insert() 2787 err = btrfs_cow_block(trans, root, b, in btrfs_search_slot() 3770 ret = btrfs_cow_block(trans, root, right, upper, in push_leaf_right() 4002 ret = btrfs_cow_block(trans, root, left, in push_leaf_left()
|
D | transaction.c | 1071 ret = btrfs_cow_block(trans, fs_info->tree_root, eb, NULL, in commit_cowonly_roots() 1381 ret = btrfs_cow_block(trans, root, old, NULL, 0, &old); in create_pending_snapshot()
|
D | relocation.c | 1799 ret = btrfs_cow_block(trans, dest, eb, NULL, 0, &eb); 1857 ret = btrfs_cow_block(trans, dest, eb, parent, 2236 ret = btrfs_cow_block(trans, root, leaf, NULL, 0, &leaf); 2722 ret = btrfs_cow_block(trans, root, eb, upper->eb,
|
D | ctree.h | 3554 int btrfs_cow_block(struct btrfs_trans_handle *trans,
|
/linux-4.1.27/include/trace/events/ |
D | btrfs.h | 683 TRACE_EVENT(btrfs_cow_block,
|