Searched refs:newref (Results 1 – 1 of 1) sorted by relevance
1093 struct jffs2_xattr_ref *ref, *newref, **pref; in do_jffs2_setxattr() local1183 newref = create_xattr_ref(c, ic, xd); in do_jffs2_setxattr()1184 if (IS_ERR(newref)) { in do_jffs2_setxattr()1189 rc = PTR_ERR(newref); in do_jffs2_setxattr()