Lines Matching refs:_ref
600 struct jffs2_xattr_ref *ref, *_ref;
606 for (ref = ic->xref; ref; ref = _ref) {
607 _ref = ref->next;
618 struct jffs2_xattr_ref *ref, *_ref;
621 for (ref = ic->xref; ref; ref = _ref) {
622 _ref = ref->next;
743 struct jffs2_xattr_ref *ref, *_ref;
746 for (ref=c->xref_temp; ref; ref = _ref) {
747 _ref = ref->next;
751 for (ref=c->xref_dead_list; ref; ref = _ref) {
752 _ref = ref->next;
777 struct jffs2_xattr_ref *ref, *_ref;
793 for (ref=c->xref_temp; ref; ref=_ref) {
796 _ref = ref->next;
833 for (ref=xref_tmphash[i]; ref; ref=_ref) {
835 _ref = ref->next;