Searched refs:process_func (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/btrfs/ |
D | tree-log.c | 279 int (*process_func)(struct btrfs_root *log, struct extent_buffer *eb, member 2696 ret = wc->process_func(root, next, wc, ptr_gen, in walk_down_log_tree() 2785 ret = wc->process_func(root, path->nodes[*level], wc, in walk_up_log_tree() 2868 ret = wc->process_func(log, path->nodes[orig_level], wc, in walk_log_tree() 3278 .process_func = process_one_buffer in free_log_tree() 5869 .process_func = process_one_buffer, in btrfs_recover_log_trees() 6004 wc.process_func = replay_one_buffer; in btrfs_recover_log_trees()
|
D | extent-tree.c | 3196 int (*process_func)(struct btrfs_trans_handle *, in __btrfs_mod_ref() local 3212 process_func = btrfs_inc_extent_ref; in __btrfs_mod_ref() 3214 process_func = btrfs_free_extent; in __btrfs_mod_ref() 3237 ret = process_func(trans, root, bytenr, num_bytes, in __btrfs_mod_ref() 3245 ret = process_func(trans, root, bytenr, num_bytes, in __btrfs_mod_ref()
|