Searched refs:dnext (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/fs/ubifs/ |
D | orphan.c | 141 o->dnext = c->orph_dnext; in ubifs_delete_orphan() 443 struct ubifs_orphan *orphan, *dnext; in erase_deleted() local 446 dnext = c->orph_dnext; in erase_deleted() 447 while (dnext) { in erase_deleted() 448 orphan = dnext; in erase_deleted() 449 dnext = orphan->dnext; in erase_deleted() 542 orphan->dnext = c->orph_dnext; in insert_dead_orphan()
|
D | ubifs.h | 915 struct ubifs_orphan *dnext; member
|
D | super.c | 857 c->orph_dnext = orph->dnext; in free_orphans()
|
/linux-3.4.99/fs/nfsd/ |
D | nfs4state.c | 4616 struct nfs4_delegation *dp, *dnext; in nfsd_process_n_delegations() local 4620 list_for_each_entry_safe(dp, dnext, &fp->fi_delegations, dl_perfile) { in nfsd_process_n_delegations()
|
/linux-3.4.99/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 13895 struct lpfc_dmabuf *d_buf, *dnext; in lpfc_cleanup_rcv_buffers() local 13902 list_for_each_entry_safe(d_buf, dnext, in lpfc_cleanup_rcv_buffers() 13927 struct lpfc_dmabuf *d_buf, *dnext; in lpfc_rcv_seq_check_edtov() local 13946 list_for_each_entry_safe(d_buf, dnext, in lpfc_rcv_seq_check_edtov()
|