Lines Matching defs:cnext
250 last = &orphan->cnext;
339 * This function builds an orphan node from the cnext list and writes it to the
345 struct ubifs_orphan *orphan, *cnext;
372 cnext = c->orph_cnext;
374 orphan = cnext;
378 cnext = orphan->cnext;
379 orphan->cnext = NULL;
381 c->orph_cnext = cnext;
450 /* Change the cnext list to include all non-new orphans */
457 last = &orphan->cnext;