Home
last modified time | relevance | path

Searched refs:DROP_REFERENCE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent-tree.c4755 #define DROP_REFERENCE 1 macro
4811 if (wc->stage == DROP_REFERENCE) { in reada_walk_down()
4866 ((wc->stage == DROP_REFERENCE && wc->refs[level] != 1) || in walk_down_proc()
4879 if (wc->stage == DROP_REFERENCE) { in walk_down_proc()
4944 * when wc->stage == DROP_REFERENCE, this function checks
5015 if (wc->stage == DROP_REFERENCE) { in do_walk_down()
5080 if (wc->stage == DROP_REFERENCE) { in do_walk_down()
5159 * when wc->stage == DROP_REFERENCE, this function drops
5163 * wc->stage back to DROP_REFERENCE if we changed wc->stage
5188 wc->stage = DROP_REFERENCE; in walk_up_proc()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent-tree.c5033 #define DROP_REFERENCE 1 macro
5089 if (wc->stage == DROP_REFERENCE) { in reada_walk_down()
5144 ((wc->stage == DROP_REFERENCE && wc->refs[level] != 1) || in walk_down_proc()
5157 if (wc->stage == DROP_REFERENCE) { in walk_down_proc()
5221 * when wc->stage == DROP_REFERENCE, this function checks
5294 if (wc->stage == DROP_REFERENCE) { in do_walk_down()
5357 if (wc->stage == DROP_REFERENCE) { in do_walk_down()
5437 * when wc->stage == DROP_REFERENCE, this function drops
5441 * wc->stage back to DROP_REFERENCE if we changed wc->stage
5466 wc->stage = DROP_REFERENCE; in walk_up_proc()
[all...]

Completed in 13 milliseconds