Searched refs:dnext (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | orphan.c | 138 orph->dnext = c->orph_dnext; in orphan_delete() 512 struct ubifs_orphan *orphan, *dnext; in erase_deleted() local 515 dnext = c->orph_dnext; in erase_deleted() 516 while (dnext) { in erase_deleted() 517 orphan = dnext; in erase_deleted() 518 dnext = orphan->dnext; in erase_deleted() 611 orphan->dnext = c->orph_dnext; in insert_dead_orphan()
|
H A D | ubifs.h | 920 * @dnext: next orphan to delete 932 struct ubifs_orphan *dnext; member
|
H A D | super.c | 902 c->orph_dnext = orph->dnext; in free_orphans()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | orphan.c | 138 orph->dnext = c->orph_dnext; in orphan_delete() 512 struct ubifs_orphan *orphan, *dnext; in erase_deleted() local 515 dnext = c->orph_dnext; in erase_deleted() 516 while (dnext) { in erase_deleted() 517 orphan = dnext; in erase_deleted() 518 dnext = orphan->dnext; in erase_deleted() 611 orphan->dnext = c->orph_dnext; in insert_dead_orphan()
|
H A D | ubifs.h | 929 * @dnext: next orphan to delete 941 struct ubifs_orphan *dnext; member
|
H A D | super.c | 902 c->orph_dnext = orph->dnext; in free_orphans()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 17599 struct lpfc_dmabuf *d_buf, *dnext; in lpfc_cleanup_rcv_buffers() local 17606 list_for_each_entry_safe(d_buf, dnext, in lpfc_cleanup_rcv_buffers() 17631 struct lpfc_dmabuf *d_buf, *dnext; in lpfc_rcv_seq_check_edtov() local 17650 list_for_each_entry_safe(d_buf, dnext, in lpfc_rcv_seq_check_edtov()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 18607 struct lpfc_dmabuf *d_buf, *dnext; in lpfc_cleanup_rcv_buffers() local 18614 list_for_each_entry_safe(d_buf, dnext, in lpfc_cleanup_rcv_buffers() 18639 struct lpfc_dmabuf *d_buf, *dnext; in lpfc_rcv_seq_check_edtov() local 18658 list_for_each_entry_safe(d_buf, dnext, in lpfc_rcv_seq_check_edtov()
|
Completed in 64 milliseconds