Searched refs:process_func (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/btrfs/ |
D | tree-log.c | 267 int (*process_func)(struct btrfs_root *log, struct extent_buffer *eb, member 1710 wc->process_func(root, next, wc, ptr_gen); in walk_down_log_tree() 1775 wc->process_func(root, path->nodes[*level], wc, in walk_up_log_tree() 1843 wc->process_func(log, path->nodes[orig_level], wc, in walk_log_tree() 2125 .process_func = process_one_buffer in free_log_tree() 3104 .process_func = process_one_buffer, in btrfs_recover_log_trees() 3179 wc.process_func = replay_one_buffer; in btrfs_recover_log_trees()
|
D | extent-tree.c | 2648 int (*process_func)(struct btrfs_trans_handle *, struct btrfs_root *, in __btrfs_mod_ref() local 2659 process_func = btrfs_inc_extent_ref; in __btrfs_mod_ref() 2661 process_func = btrfs_free_extent; in __btrfs_mod_ref() 2684 ret = process_func(trans, root, bytenr, num_bytes, in __btrfs_mod_ref() 2692 ret = process_func(trans, root, bytenr, num_bytes, in __btrfs_mod_ref()
|