Searched refs:process_func (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | tree-log.c | 272 int (*process_func)(struct btrfs_root *log, struct extent_buffer *eb, member 2635 ret = wc->process_func(root, next, wc, ptr_gen, in walk_down_log_tree() 2724 ret = wc->process_func(root, path->nodes[*level], wc, in walk_up_log_tree() 2807 ret = wc->process_func(log, path->nodes[orig_level], wc, in walk_log_tree() 3195 .process_func = process_one_buffer in free_log_tree() 5795 .process_func = process_one_buffer, in btrfs_recover_log_trees() 5911 wc.process_func = replay_one_buffer; in btrfs_recover_log_trees()
|
D | extent-tree.c | 3188 int (*process_func)(struct btrfs_trans_handle *, in __btrfs_mod_ref() local 3204 process_func = btrfs_inc_extent_ref; in __btrfs_mod_ref() 3206 process_func = btrfs_free_extent; in __btrfs_mod_ref() 3229 ret = process_func(trans, root, bytenr, num_bytes, in __btrfs_mod_ref() 3237 ret = process_func(trans, root, bytenr, num_bytes, in __btrfs_mod_ref()
|
/Linux-v4.19/kernel/bpf/ |
D | verifier.c | 1557 process_func: in check_max_stack_depth() 1591 goto process_func; in check_max_stack_depth()
|