Symbol: jffs2_xattr_ref
fs/jffs2/erase.c
278
jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic);
fs/jffs2/gc.c
339
ret = jffs2_garbage_collect_xattr_ref(c, (struct jffs2_xattr_ref *)ic, raw);
fs/jffs2/jffs2_fs_sb.h
153
struct jffs2_xattr_ref *xref_dead_list;
fs/jffs2/jffs2_fs_sb.h
154
struct jffs2_xattr_ref *xref_temp;
fs/jffs2/malloc.c
281
struct jffs2_xattr_ref *jffs2_alloc_xattr_ref(void)
fs/jffs2/malloc.c
283
struct jffs2_xattr_ref *ref;
fs/jffs2/malloc.c
294
void jffs2_free_xattr_ref(struct jffs2_xattr_ref *ref)
fs/jffs2/malloc.c
71
xattr_ref_cache = KMEM_CACHE(jffs2_xattr_ref, 0);
fs/jffs2/nodelist.h
177
struct jffs2_xattr_ref *xref;
fs/jffs2/nodelist.h
445
struct jffs2_xattr_ref *jffs2_alloc_xattr_ref(void);
fs/jffs2/nodelist.h
446
void jffs2_free_xattr_ref(struct jffs2_xattr_ref *);
fs/jffs2/nodemgmt.c
829
jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic);
fs/jffs2/scan.c
392
struct jffs2_xattr_ref *ref;
fs/jffs2/summary.c
523
struct jffs2_xattr_ref *ref;
fs/jffs2/xattr.c
1041
struct jffs2_xattr_ref *ref, **pref;
fs/jffs2/xattr.c
1103
struct jffs2_xattr_ref *ref, *newref, **pref;
fs/jffs2/xattr.c
1261
int jffs2_garbage_collect_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref,
fs/jffs2/xattr.c
1338
void jffs2_release_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref)
fs/jffs2/xattr.c
1341
struct jffs2_xattr_ref *tmp, **ptmp;
fs/jffs2/xattr.c
444
static int verify_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref)
fs/jffs2/xattr.c
506
static int save_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref)
fs/jffs2/xattr.c
550
static struct jffs2_xattr_ref *create_xattr_ref(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic,
fs/jffs2/xattr.c
554
struct jffs2_xattr_ref *ref;
fs/jffs2/xattr.c
576
static void delete_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref)
fs/jffs2/xattr.c
600
struct jffs2_xattr_ref *ref, *_ref;
fs/jffs2/xattr.c
618
struct jffs2_xattr_ref *ref, *_ref;
fs/jffs2/xattr.c
640
struct jffs2_xattr_ref *ref, *cmp, **pref, **pcmp;
fs/jffs2/xattr.c
743
struct jffs2_xattr_ref *ref, *_ref;
fs/jffs2/xattr.c
777
struct jffs2_xattr_ref *ref, *_ref;
fs/jffs2/xattr.c
778
struct jffs2_xattr_ref **xref_tmphash;
fs/jffs2/xattr.c
787
xref_tmphash = kzalloc_objs(struct jffs2_xattr_ref *, XREF_TMPHASH_SIZE);
fs/jffs2/xattr.c
793
struct jffs2_xattr_ref *tmp;
fs/jffs2/xattr.c
971
struct jffs2_xattr_ref *ref, **pref;
fs/jffs2/xattr.h
62
struct jffs2_xattr_ref *next; /* chained from ic->xref_list */
fs/jffs2/xattr.h
66
static inline int is_xattr_ref_dead(struct jffs2_xattr_ref *ref)
fs/jffs2/xattr.h
86
extern int jffs2_garbage_collect_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref,
fs/jffs2/xattr.h
90
extern void jffs2_release_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref);