Lines Matching refs:pref
640 struct jffs2_xattr_ref *ref, *cmp, **pref, **pcmp;
648 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) {
652 *pref = ref->next;
676 *pref = ref->next;
972 struct jffs2_xattr_ref *ref, **pref;
986 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) {
999 *pref = ref->next;
1043 struct jffs2_xattr_ref *ref, **pref;
1052 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) {
1068 *pref = ref->next;
1105 struct jffs2_xattr_ref *ref, *newref, **pref;
1124 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) {
1131 *pref = ref->next;
1148 *pref = ref->next;
1194 *pref = ref->next;