Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jffs2/
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);
Dmalloc.c86 sizeof(struct jffs2_xattr_ref), in jffs2_create_slab_caches()
297 struct jffs2_xattr_ref *jffs2_alloc_xattr_ref(void) in jffs2_alloc_xattr_ref()
299 struct jffs2_xattr_ref *ref; in jffs2_alloc_xattr_ref()
310 void jffs2_free_xattr_ref(struct jffs2_xattr_ref *ref) in jffs2_free_xattr_ref()
Dxattr.c444 static int verify_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in verify_xattr_ref()
506 static int save_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in save_xattr_ref()
550 static struct jffs2_xattr_ref *create_xattr_ref(struct jffs2_sb_info *c, struct jffs2_inode_cache *… in create_xattr_ref()
554 struct jffs2_xattr_ref *ref; in create_xattr_ref()
576 static void delete_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in delete_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()
640 struct jffs2_xattr_ref *ref, *cmp, **pref, **pcmp; in check_xattr_ref_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()
[all …]
Djffs2_fs_sb.h153 struct jffs2_xattr_ref *xref_dead_list;
154 struct jffs2_xattr_ref *xref_temp;
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 *);
Derase.c278 jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic); in jffs2_remove_node_refs_from_ino_list()
Dnodemgmt.c822 jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic); in jffs2_mark_node_obsolete()
Dsummary.c523 struct jffs2_xattr_ref *ref; in jffs2_sum_process_sum_data()
Dscan.c390 struct jffs2_xattr_ref *ref; in jffs2_scan_xref_node()
Dgc.c339 ret = jffs2_garbage_collect_xattr_ref(c, (struct jffs2_xattr_ref *)ic, raw); in jffs2_garbage_collect_pass()