Home
last modified time | relevance | path

Searched refs:walk_control (Results 1 – 4 of 4) sorted by relevance

/linux/fs/btrfs/
H A Dtree-log.c111 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()
1042 static int unlink_inode_for_log_replay(struct walk_control *wc, in unlink_inode_for_log_replay()
1082 static noinline int drop_one_dir_item(struct walk_control *wc, in drop_one_dir_item()
[all …]
H A Dextent-tree.c5437 struct walk_control { struct
5489 static bool visit_node_for_delete(struct btrfs_root *root, struct walk_control *wc, in visit_node_for_delete()
5545 struct walk_control *wc, in reada_walk_down()
5624 struct walk_control *wc) in walk_down_proc()
5772 struct walk_control *wc, in check_next_block_uptodate()
5817 struct btrfs_path *path, struct walk_control *wc, in maybe_drop_reference()
5906 struct walk_control *wc) in do_walk_down()
6017 struct walk_control *wc) in walk_up_proc()
6153 struct walk_control *wc) in walk_down_tree()
6202 struct walk_control *wc, int max_level) in walk_up_tree()
[all …]
/linux/mm/damon/
H A Dcore.c1660 if (ctx->walk_control) { in damos_walk()
1664 ctx->walk_control = control; in damos_walk()
1982 control = ctx->walk_control; in damos_walk_call_walk()
2005 control = ctx->walk_control; in damos_walk_complete()
2019 ctx->walk_control = NULL; in damos_walk_complete()
2037 control = ctx->walk_control; in damos_walk_cancel()
2045 ctx->walk_control = NULL; in damos_walk_cancel()
/linux/include/linux/
H A Ddamon.h824 struct damos_walk_control *walk_control; member