Searched refs:xref (Results 1 – 4 of 4) sorted by relevance
570 ref->next = ic->xref; in create_xattr_ref()571 ic->xref = ref; in create_xattr_ref()606 for (ref = ic->xref; ref; ref = _ref) { in jffs2_xattr_delete_inode()610 ic->xref = NULL; in jffs2_xattr_delete_inode()621 for (ref = ic->xref; ref; ref = _ref) { in jffs2_xattr_free_inode()630 ic->xref = NULL; in jffs2_xattr_free_inode()648 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in check_xattr_ref_inode()858 ref->next = ic->xref; in jffs2_build_xattr_subsystem()859 ic->xref = ref; in jffs2_build_xattr_subsystem()986 for (ref=ic->xref, pref=&ic->xref; ref; pref=&ref->next, ref=ref->next) { in jffs2_listxattr()[all …]
155 xattr related objects which include stuff in superblock and ic->xref.163 For example, do_jffs2_getxattr() holds read-semaphore to scan xref and
177 struct jffs2_xattr_ref *xref; member
462 BUG_ON(old->xref); in jffs2_del_ino_cache()