Lines Matching refs:detached
206 BUG_ON(node->detached);
267 * detached nodes are used to avoid unnecessary backref
269 * so the detached nodes are no longer useful.
271 while (!list_empty(&cache->detached)) {
272 node = list_entry(cache->detached.next,
387 * - Freeing up leaves (level 0), keeps nodes detached
388 * For nodes, the node is still cached as "detached"
444 list_add(&cur->list, &cache->detached);
445 cur->detached = 1;
537 ASSERT(!node || !node->detached);
567 if (node->detached)
579 BUG_ON(node->detached);