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