Searched refs:dnext (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Dorphan.c138 orph->dnext = c->orph_dnext;
512 struct ubifs_orphan *orphan, *dnext; local
515 dnext = c->orph_dnext;
516 while (dnext) {
517 orphan = dnext;
518 dnext = orphan->dnext;
611 orphan->dnext = c->orph_dnext;
H A Dubifs.h929 * @dnext: next orphan to delete
941 struct ubifs_orphan *dnext; member in struct:ubifs_orphan
H A Dsuper.c898 c->orph_dnext = orph->dnext;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c18609 struct lpfc_dmabuf *d_buf, *dnext; local
18616 list_for_each_entry_safe(d_buf, dnext,
18641 struct lpfc_dmabuf *d_buf, *dnext; local
18660 list_for_each_entry_safe(d_buf, dnext,

Completed in 202 milliseconds