jffs2_xattr_ref
jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic);
ret = jffs2_garbage_collect_xattr_ref(c, (struct jffs2_xattr_ref *)ic, raw);
struct jffs2_xattr_ref *xref_dead_list;
struct jffs2_xattr_ref *xref_temp;
struct jffs2_xattr_ref *jffs2_alloc_xattr_ref(void)
struct jffs2_xattr_ref *ref;
void jffs2_free_xattr_ref(struct jffs2_xattr_ref *ref)
xattr_ref_cache = KMEM_CACHE(jffs2_xattr_ref, 0);
struct jffs2_xattr_ref *xref;
struct jffs2_xattr_ref *jffs2_alloc_xattr_ref(void);
void jffs2_free_xattr_ref(struct jffs2_xattr_ref *);
jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic);
struct jffs2_xattr_ref *ref;
struct jffs2_xattr_ref *ref;
struct jffs2_xattr_ref *ref, **pref;
struct jffs2_xattr_ref *ref, *newref, **pref;
int jffs2_garbage_collect_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref,
void jffs2_release_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref)
struct jffs2_xattr_ref *tmp, **ptmp;
static int verify_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref)
static int save_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref)
static struct jffs2_xattr_ref *create_xattr_ref(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic,
struct jffs2_xattr_ref *ref;
static void delete_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref)
struct jffs2_xattr_ref *ref, *_ref;
struct jffs2_xattr_ref *ref, *_ref;
struct jffs2_xattr_ref *ref, *cmp, **pref, **pcmp;
struct jffs2_xattr_ref *ref, *_ref;
struct jffs2_xattr_ref *ref, *_ref;
struct jffs2_xattr_ref **xref_tmphash;
xref_tmphash = kzalloc_objs(struct jffs2_xattr_ref *, XREF_TMPHASH_SIZE);
struct jffs2_xattr_ref *tmp;
struct jffs2_xattr_ref *ref, **pref;
struct jffs2_xattr_ref *next; /* chained from ic->xref_list */
static inline int is_xattr_ref_dead(struct jffs2_xattr_ref *ref)
extern int jffs2_garbage_collect_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref,
extern void jffs2_release_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref);