Home
last modified time | relevance | path

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

/fs/btrfs/
Drelocation.c95 #define LOWER 0 macro
354 struct backref_edge, list[LOWER]); in walk_up_backref()
375 lower = edge->node[LOWER]; in walk_down_backref()
376 if (list_is_last(&edge->list[LOWER], &lower->upper)) { in walk_down_backref()
380 edge = list_entry(edge->list[LOWER].next, in walk_down_backref()
381 struct backref_edge, list[LOWER]); in walk_down_backref()
435 list[LOWER]); in remove_backref_node()
437 list_del(&edge->list[LOWER]); in remove_backref_node()
735 list[LOWER]);
857 list_add_tail(&edge->list[LOWER], &cur->upper);
[all …]