Home
last modified time | relevance | path

Searched refs:process_func (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dtree-log.c282 int (*process_func)(struct btrfs_root *log, struct extent_buffer *eb, member
2428 ret = wc->process_func(root, next, wc, ptr_gen); in walk_down_log_tree()
2511 ret = wc->process_func(root, path->nodes[*level], wc, in walk_up_log_tree()
2589 ret = wc->process_func(log, path->nodes[orig_level], wc, in walk_log_tree()
2987 .process_func = process_one_buffer in free_log_tree()
5443 .process_func = process_one_buffer, in btrfs_recover_log_trees()
5542 wc.process_func = replay_one_buffer; in btrfs_recover_log_trees()
Dextent-tree.c3187 int (*process_func)(struct btrfs_trans_handle *, struct btrfs_root *, in __btrfs_mod_ref() local
3202 process_func = btrfs_inc_extent_ref; in __btrfs_mod_ref()
3204 process_func = btrfs_free_extent; in __btrfs_mod_ref()
3227 ret = process_func(trans, root, bytenr, num_bytes, in __btrfs_mod_ref()
3235 ret = process_func(trans, root, bytenr, num_bytes, in __btrfs_mod_ref()