Searched refs:process_func (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | tree-log.c | 289 int (*process_func)(struct btrfs_root *log, struct extent_buffer *eb, member 2326 ret = wc->process_func(root, next, wc, ptr_gen); in walk_down_log_tree() 2409 ret = wc->process_func(root, path->nodes[*level], wc, in walk_up_log_tree() 2487 ret = wc->process_func(log, path->nodes[orig_level], wc, in walk_log_tree() 2879 .process_func = process_one_buffer in free_log_tree() 5223 .process_func = process_one_buffer, in btrfs_recover_log_trees() 5322 wc.process_func = replay_one_buffer; in btrfs_recover_log_trees()
|
D | extent-tree.c | 3088 int (*process_func)(struct btrfs_trans_handle *, struct btrfs_root *, in __btrfs_mod_ref() local 3103 process_func = btrfs_inc_extent_ref; in __btrfs_mod_ref() 3105 process_func = btrfs_free_extent; in __btrfs_mod_ref() 3128 ret = process_func(trans, root, bytenr, num_bytes, in __btrfs_mod_ref() 3136 ret = process_func(trans, root, bytenr, num_bytes, in __btrfs_mod_ref()
|