Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dctree.c646 int btrfs_cow_block(struct btrfs_trans_handle *trans, in btrfs_cow_block() function
697 ALLOW_ERROR_INJECTION(btrfs_cow_block, ERRNO);
881 ret = btrfs_cow_block(trans, root, child, parent, 0, &child, BTRFS_NESTING_COW); in promote_child_to_root()
976 wret = btrfs_cow_block(trans, root, left, in balance_level()
994 wret = btrfs_cow_block(trans, root, right, in balance_level()
1191 ret = btrfs_cow_block(trans, root, left, parent, in push_nodes_for_insert()
1251 ret = btrfs_cow_block(trans, root, right, in push_nodes_for_insert()
2113 ret2 = btrfs_cow_block(trans, root, b, NULL, 0, in btrfs_search_slot()
2116 ret2 = btrfs_cow_block(trans, root, b, in btrfs_search_slot()
3286 ret = btrfs_cow_block(trans, root, right, upper, in push_leaf_right()
[all …]
H A Dctree.h563 int btrfs_cow_block(struct btrfs_trans_handle *trans,
H A Dtransaction.c1351 ret = btrfs_cow_block(trans, fs_info->tree_root, eb, NULL, in commit_cowonly_roots()
1804 ret = btrfs_cow_block(trans, root, old, NULL, 0, &old, in create_pending_snapshot()
H A Drelocation.c1047 ret = btrfs_cow_block(trans, dest, eb, NULL, 0, &eb, in replace_path()
1110 ret = btrfs_cow_block(trans, dest, eb, parent, in replace_path()
1645 ret = btrfs_cow_block(trans, root, leaf, NULL, 0, &leaf, in merge_reloc_root()
2288 ret = btrfs_cow_block(trans, root, eb, upper->eb, in do_relocation()
/linux/include/trace/events/
H A Dbtrfs.h1081 TRACE_EVENT(btrfs_cow_block,