Searched defs:walk_control (Results 1 – 2 of 2) sorted by relevance
5444 struct walk_control { struct5445 u64 refs[BTRFS_MAX_LEVEL];5446 u64 flags[BTRFS_MAX_LEVEL];5447 struct btrfs_key update_progress;5448 struct btrfs_key drop_progress;5449 int drop_level;5450 int stage;5451 int level;5452 int shared_level;5453 int update_ref;[all …]
100 struct walk_control { struct105 bool free;114 bool pin;117 int stage;143 struct walk_control *wc, u64 gen, int level); argument161 static void do_abort_log_replay(struct walk_control *wc, const char *function, in do_abort_log_replay() argument