/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.c | 686 noinline int btrfs_cow_block(struct btrfs_trans_handle *trans, in btrfs_cow_block() function 742 ALLOW_ERROR_INJECTION(btrfs_cow_block, ERRNO); 1088 ret = btrfs_cow_block(trans, root, child, mid, 0, &child, in balance_level() 1134 wret = btrfs_cow_block(trans, root, left, in balance_level() 1152 wret = btrfs_cow_block(trans, root, right, in balance_level() 1341 ret = btrfs_cow_block(trans, root, left, parent, in push_nodes_for_insert() 1401 ret = btrfs_cow_block(trans, root, right, in push_nodes_for_insert() 2227 err = btrfs_cow_block(trans, root, b, NULL, 0, in btrfs_search_slot() 2231 err = btrfs_cow_block(trans, root, b, in btrfs_search_slot() 3404 ret = btrfs_cow_block(tran in push_leaf_right() [all...] |
H A D | ctree.h | 534 int btrfs_cow_block(struct btrfs_trans_handle *trans,
|
H A D | relocation.c | 1250 ret = btrfs_cow_block(trans, dest, eb, NULL, 0, &eb, in replace_path() 1313 ret = btrfs_cow_block(trans, dest, eb, parent, in replace_path() 1834 ret = btrfs_cow_block(trans, root, leaf, NULL, 0, &leaf, in merge_reloc_root() 2504 ret = btrfs_cow_block(trans, root, eb, upper->eb, in do_relocation()
|
H A D | transaction.c | 1297 ret = btrfs_cow_block(trans, fs_info->tree_root, eb, NULL, in commit_cowonly_roots() 1779 ret = btrfs_cow_block(trans, root, old, NULL, 0, &old, in create_pending_snapshot()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.c | 1480 noinline int btrfs_cow_block(struct btrfs_trans_handle *trans, in btrfs_cow_block() function 1894 ret = btrfs_cow_block(trans, root, child, mid, 0, &child, in balance_level() 1933 wret = btrfs_cow_block(trans, root, left, in balance_level() 1949 wret = btrfs_cow_block(trans, root, right, in balance_level() 2118 ret = btrfs_cow_block(trans, root, left, parent, in push_nodes_for_insert() 2173 ret = btrfs_cow_block(trans, root, right, in push_nodes_for_insert() 2793 err = btrfs_cow_block(trans, root, b, NULL, 0, in btrfs_search_slot() 2797 err = btrfs_cow_block(trans, root, b, in btrfs_search_slot() 3862 ret = btrfs_cow_block(trans, root, right, upper, in push_leaf_right() 4104 ret = btrfs_cow_block(tran in push_leaf_left() [all...] |
H A D | relocation.c | 1227 ret = btrfs_cow_block(trans, dest, eb, NULL, 0, &eb, in replace_path() 1295 ret = btrfs_cow_block(trans, dest, eb, parent, in replace_path() 1806 ret = btrfs_cow_block(trans, root, leaf, NULL, 0, &leaf, in merge_reloc_root() 2333 ret = btrfs_cow_block(trans, root, eb, upper->eb, in do_relocation()
|
H A D | transaction.c | 1233 ret = btrfs_cow_block(trans, fs_info->tree_root, eb, NULL, in commit_cowonly_roots() 1642 ret = btrfs_cow_block(trans, root, old, NULL, 0, &old, in create_pending_snapshot()
|
H A D | ctree.h | 2711 int btrfs_cow_block(struct btrfs_trans_handle *trans,
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 1019 TRACE_EVENT(btrfs_cow_block,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 1111 TRACE_EVENT(btrfs_cow_block,
|