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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c18594 struct lpfc_dmabuf *d_buf, *dnext; local
18601 list_for_each_entry_safe(d_buf, dnext,
18626 struct lpfc_dmabuf *d_buf, *dnext; local
18645 list_for_each_entry_safe(d_buf, dnext,
/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 Dsuper.c898 c->orph_dnext = orph->dnext;
H A Dubifs.h929 * @dnext: next orphan to delete
941 struct ubifs_orphan *dnext; member in struct:ubifs_orphan

Completed in 353 milliseconds