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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dorphan.c133 if (o->dnext) {
140 o->dnext = c->orph_dnext;
442 struct ubifs_orphan *orphan, *dnext; local
445 dnext = c->orph_dnext;
446 while (dnext) {
447 orphan = dnext;
448 dnext = orphan->dnext;
539 orphan->dnext = c->orph_dnext;
H A Dubifs.h894 * @dnext: next orphan to delete
903 struct ubifs_orphan *dnext; member in struct:ubifs_orphan
H A Dsuper.c828 c->orph_dnext = orph->dnext;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconf.c4286 snd_config_iterator_t d, dnext; local
4287 snd_config_for_each(d, dnext, defs) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.c11225 struct lpfc_dmabuf *d_buf, *dnext; local
11232 list_for_each_entry_safe(d_buf, dnext,
11257 struct lpfc_dmabuf *d_buf, *dnext; local
11276 list_for_each_entry_safe(d_buf, dnext,

Completed in 107 milliseconds