Home
last modified time | relevance | path

Searched refs:jffs2_xattr_ref (Results 1 – 10 of 10) sorted by relevance

/linux/fs/jffs2/
H A Dxattr.h45 struct jffs2_xattr_ref struct
62 struct jffs2_xattr_ref *next; /* chained from ic->xref_list */ argument
66 static inline int is_xattr_ref_dead(struct jffs2_xattr_ref *ref) in is_xattr_ref_dead()
86 extern int jffs2_garbage_collect_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref,
90 extern void jffs2_release_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref);
H A Dxattr.c554 struct jffs2_xattr_ref *ref; in create_xattr_ref()
600 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_delete_inode()
618 struct jffs2_xattr_ref *ref, *_ref; in jffs2_xattr_free_inode()
743 struct jffs2_xattr_ref *ref, *_ref; in jffs2_clear_xattr_subsystem()
777 struct jffs2_xattr_ref *ref, *_ref; in jffs2_build_xattr_subsystem()
778 struct jffs2_xattr_ref **xref_tmphash; in jffs2_build_xattr_subsystem()
794 struct jffs2_xattr_ref *tmp; in jffs2_build_xattr_subsystem()
972 struct jffs2_xattr_ref *ref, **pref; in jffs2_listxattr()
1042 struct jffs2_xattr_ref *ref, **pref; in do_jffs2_getxattr()
1104 struct jffs2_xattr_ref *ref, *newref, **pref; in do_jffs2_setxattr()
[all …]
H A Dmalloc.c71 xattr_ref_cache = KMEM_CACHE(jffs2_xattr_ref, 0); in jffs2_create_slab_caches()
281 struct jffs2_xattr_ref *jffs2_alloc_xattr_ref(void) in jffs2_alloc_xattr_ref()
283 struct jffs2_xattr_ref *ref; in jffs2_alloc_xattr_ref()
294 void jffs2_free_xattr_ref(struct jffs2_xattr_ref *ref) in jffs2_free_xattr_ref()
H A Djffs2_fs_sb.h153 struct jffs2_xattr_ref *xref_dead_list;
154 struct jffs2_xattr_ref *xref_temp;
H A Dnodelist.h177 struct jffs2_xattr_ref *xref;
445 struct jffs2_xattr_ref *jffs2_alloc_xattr_ref(void);
446 void jffs2_free_xattr_ref(struct jffs2_xattr_ref *);
H A Derase.c278 jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic); in jffs2_remove_node_refs_from_ino_list()
H A Dnodemgmt.c828 jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic); in jffs2_mark_node_obsolete()
H A Dsummary.c523 struct jffs2_xattr_ref *ref; in jffs2_sum_process_sum_data()
H A Dscan.c390 struct jffs2_xattr_ref *ref; in jffs2_scan_xref_node()
H A Dgc.c339 ret = jffs2_garbage_collect_xattr_ref(c, (struct jffs2_xattr_ref *)ic, raw); in jffs2_garbage_collect_pass()