Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Drelocation.c84 #define LOWER 0 macro
345 struct backref_edge, list[LOWER]); in walk_up_backref()
366 lower = edge->node[LOWER]; in walk_down_backref()
367 if (list_is_last(&edge->list[LOWER], &lower->upper)) { in walk_down_backref()
371 edge = list_entry(edge->list[LOWER].next, in walk_down_backref()
372 struct backref_edge, list[LOWER]); in walk_down_backref()
426 list[LOWER]); in remove_backref_node()
428 list_del(&edge->list[LOWER]); in remove_backref_node()
719 list[LOWER]); in build_backref_tree()
828 list_add_tail(&edge->list[LOWER], &cur->upper); in build_backref_tree()
[all …]