Searched refs:_ref (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/fs/jffs2/ |
D | xattr.c | 600 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_delete_inode() local 606 for (ref = ic->xref; ref; ref = _ref) { in jffs2_xattr_delete_inode() 607 _ref = ref->next; in jffs2_xattr_delete_inode() 618 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_free_inode() local 621 for (ref = ic->xref; ref; ref = _ref) { in jffs2_xattr_free_inode() 622 _ref = ref->next; in jffs2_xattr_free_inode() 743 struct jffs2_xattr_ref *ref, *_ref; in jffs2_clear_xattr_subsystem() local 746 for (ref=c->xref_temp; ref; ref = _ref) { in jffs2_clear_xattr_subsystem() 747 _ref = ref->next; in jffs2_clear_xattr_subsystem() 751 for (ref=c->xref_dead_list; ref; ref = _ref) { in jffs2_clear_xattr_subsystem() [all …]
|
/Linux-v6.6/drivers/dma/ppc4xx/ |
D | adma.c | 4010 struct ppc_dma_chan_ref *ref, *_ref; in ppc440spe_adma_probe() local 4193 list_for_each_entry_safe(ref, _ref, &ppc440spe_adma_chan_list, node) { in ppc440spe_adma_probe() 4239 struct ppc_dma_chan_ref *ref, *_ref; in ppc440spe_adma_remove() local 4260 list_for_each_entry_safe(ref, _ref, &ppc440spe_adma_chan_list, in ppc440spe_adma_remove()
|