Lines Matching refs:_stable_node_dup
1360 static struct page *stable_node_dup(struct stable_node **_stable_node_dup,
1475 *_stable_node_dup = found;
1494 * *_stable_node_dup if the returned tree_page is NULL.
1498 * *_stable_node will be equal to *_stable_node_dup like if the chain
1500 * NULL before dereferencing *_stable_node or *_stable_node_dup.
1502 * *_stable_node_dup is really a second output parameter of this
1506 static struct page *__stable_node_chain(struct stable_node **_stable_node_dup,
1514 *_stable_node_dup = stable_node;
1518 * _stable_node_dup set to NULL means the stable_node
1521 *_stable_node_dup = NULL;
1524 return stable_node_dup(_stable_node_dup, _stable_node, root,