Home
last modified time | relevance | path

Searched defs:walk_control (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
H A Dextent-tree.c5444 struct walk_control { struct
5445 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 …]
H A Dtree-log.c100 struct walk_control { struct
105 bool free;
114 bool pin;
117 int stage;
143 struct walk_control *wc, u64 gen, int level); argument
161 static void do_abort_log_replay(struct walk_control *wc, const char *function, in do_abort_log_replay() argument