Searched refs:btrfs_cow_block (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 1536 noinline int btrfs_cow_block(struct btrfs_trans_handle *trans, in btrfs_cow_block() function 1936 ret = btrfs_cow_block(trans, root, child, mid, 0, &child); in balance_level() 1970 wret = btrfs_cow_block(trans, root, left, in balance_level() 1981 wret = btrfs_cow_block(trans, root, right, in balance_level() 2144 ret = btrfs_cow_block(trans, root, left, parent, in push_nodes_for_insert() 2196 ret = btrfs_cow_block(trans, root, right, in push_nodes_for_insert() 2793 err = btrfs_cow_block(trans, root, b, in btrfs_search_slot() 3776 ret = btrfs_cow_block(trans, root, right, upper, in push_leaf_right() 4008 ret = btrfs_cow_block(trans, root, left, in push_leaf_left()
|
D | transaction.c | 1115 ret = btrfs_cow_block(trans, fs_info->tree_root, eb, NULL, in commit_cowonly_roots() 1432 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); 1859 ret = btrfs_cow_block(trans, dest, eb, parent, 2238 ret = btrfs_cow_block(trans, root, leaf, NULL, 0, &leaf); 2726 ret = btrfs_cow_block(trans, root, eb, upper->eb,
|
D | ctree.h | 3612 int btrfs_cow_block(struct btrfs_trans_handle *trans,
|
/linux-4.4.14/include/trace/events/ |
D | btrfs.h | 683 TRACE_EVENT(btrfs_cow_block,
|