xref_tmphash      778 fs/jffs2/xattr.c 	struct jffs2_xattr_ref *xref_tmphash[XREF_TMPHASH_SIZE];
xref_tmphash      789 fs/jffs2/xattr.c 		xref_tmphash[i] = NULL;
xref_tmphash      805 fs/jffs2/xattr.c 		for (tmp=xref_tmphash[i]; tmp; tmp=tmp->next) {
xref_tmphash      822 fs/jffs2/xattr.c 			ref->next = xref_tmphash[i];
xref_tmphash      823 fs/jffs2/xattr.c 			xref_tmphash[i] = ref;
xref_tmphash      830 fs/jffs2/xattr.c 		for (ref=xref_tmphash[i]; ref; ref=_ref) {