Lines Matching refs:cnext
139 if (o->cnext) { in ubifs_delete_orphan()
181 last = &orphan->cnext; in ubifs_orphan_start_commit()
183 *last = orphan->cnext; in ubifs_orphan_start_commit()
277 struct ubifs_orphan *orphan, *cnext; in write_orph_node() local
304 cnext = c->orph_cnext; in write_orph_node()
306 orphan = cnext; in write_orph_node()
308 cnext = orphan->cnext; in write_orph_node()
309 orphan->cnext = NULL; in write_orph_node()
311 c->orph_cnext = cnext; in write_orph_node()
387 last = &orphan->cnext; in consolidate()
390 *last = orphan->cnext; in consolidate()