xref_dead_list    152 fs/jffs2/jffs2_fs_sb.h 	struct jffs2_xattr_ref *xref_dead_list;
xref_dead_list    586 fs/jffs2/xattr.c 	ref->next = c->xref_dead_list;
xref_dead_list    587 fs/jffs2/xattr.c 	c->xref_dead_list = ref;
xref_dead_list    715 fs/jffs2/xattr.c 	c->xref_dead_list = NULL;
xref_dead_list    751 fs/jffs2/xattr.c 	for (ref=c->xref_dead_list; ref; ref = _ref) {
xref_dead_list    834 fs/jffs2/xattr.c 				ref->next = c->xref_dead_list;
xref_dead_list    835 fs/jffs2/xattr.c 				c->xref_dead_list = ref;
xref_dead_list    847 fs/jffs2/xattr.c 				ref->next = c->xref_dead_list;
xref_dead_list    848 fs/jffs2/xattr.c 				c->xref_dead_list = ref;
xref_dead_list   1145 fs/jffs2/xattr.c 					ref->next = c->xref_dead_list;
xref_dead_list   1146 fs/jffs2/xattr.c 					c->xref_dead_list = ref;
xref_dead_list   1340 fs/jffs2/xattr.c 	for (tmp=c->xref_dead_list, ptmp=&c->xref_dead_list; tmp; ptmp=&tmp->next, tmp=tmp->next) {