Searched refs:walk_control (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | tree-log.c | 111 struct walk_control { struct 154 struct walk_control *wc, u64 gen, int level); argument 172 static void do_abort_log_replay(struct walk_control *wc, const char *function, in do_abort_log_replay() argument 232 static int link_to_fixup_dir(struct walk_control *wc, u64 objectid); 233 static noinline int replay_dir_deletes(struct walk_control *wc, 425 struct walk_control *wc, u64 gen, int level) in process_one_buffer() 484 static int overwrite_item(struct walk_control *wc) in overwrite_item() 717 static noinline int replay_one_extent(struct walk_control *wc) in replay_one_extent() 1035 static int unlink_inode_for_log_replay(struct walk_control *wc, in unlink_inode_for_log_replay() 1075 static noinline int drop_one_dir_item(struct walk_control *wc, in drop_one_dir_item() [all …]
|
| H A D | extent-tree.c | 5352 struct walk_control { struct 5404 static bool visit_node_for_delete(struct btrfs_root *root, struct walk_control *wc, in visit_node_for_delete() 5460 struct walk_control *wc, in reada_walk_down() 5539 struct walk_control *wc) in walk_down_proc() 5687 struct walk_control *wc, in check_next_block_uptodate() 5732 struct btrfs_path *path, struct walk_control *wc, in maybe_drop_reference() 5821 struct walk_control *wc) in do_walk_down() 5932 struct walk_control *wc) in walk_up_proc() 6068 struct walk_control *wc) in walk_down_tree() 6117 struct walk_control *wc, int max_level) in walk_up_tree() [all …]
|
| /linux/mm/damon/ |
| H A D | core.c | 1559 if (ctx->walk_control) { in damos_walk() 1563 ctx->walk_control = control; in damos_walk() 1567 if (ctx->walk_control == control) in damos_walk() 1568 ctx->walk_control = NULL; in damos_walk() 1861 control = ctx->walk_control; in damos_walk_call_walk() 1884 control = ctx->walk_control; in damos_walk_complete() 1898 ctx->walk_control = NULL; in damos_walk_complete() 1916 control = ctx->walk_control; in damos_walk_cancel() 1924 ctx->walk_control = NULL; in damos_walk_cancel()
|