Searched refs:jffs2_raw_node_ref (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/fs/jffs2/ |
D | nodelist.h | 82 struct jffs2_raw_node_ref struct 84 struct jffs2_raw_node_ref *next_in_ino; /* Points to the next raw_node_ref argument 99 #define REFS_PER_BLOCK ((255/sizeof(struct jffs2_raw_node_ref))-1) argument 101 static inline struct jffs2_raw_node_ref *ref_next(struct jffs2_raw_node_ref *ref) in ref_next() 119 static inline struct jffs2_inode_cache *jffs2_raw_ref_to_ic(struct jffs2_raw_node_ref *raw) in jffs2_raw_ref_to_ic() 167 struct jffs2_raw_node_ref *nodes; 215 struct jffs2_raw_node_ref *raw; 248 struct jffs2_raw_node_ref *latest_ref; 254 struct jffs2_raw_node_ref *raw; 290 struct jffs2_raw_node_ref *first_node; [all …]
|
D | xattr.h | 26 struct jffs2_raw_node_ref *node; 48 struct jffs2_raw_node_ref *node; 85 struct jffs2_raw_node_ref *raw); 87 struct jffs2_raw_node_ref *raw);
|
D | malloc.c | 61 sizeof(struct jffs2_raw_node_ref) * (REFS_PER_BLOCK + 1), in jffs2_create_slab_caches() 184 static struct jffs2_raw_node_ref *jffs2_alloc_refblock(void) in jffs2_alloc_refblock() 186 struct jffs2_raw_node_ref *ret; in jffs2_alloc_refblock() 204 struct jffs2_raw_node_ref **p, *ref; in jffs2_prealloc_raw_node_refs() 242 void jffs2_free_refblock(struct jffs2_raw_node_ref *x) in jffs2_free_refblock()
|
D | erase.c | 207 struct jffs2_raw_node_ref *ref, struct jffs2_eraseblock *jeb) in jffs2_remove_node_refs_from_ino_list() 210 struct jffs2_raw_node_ref **prev; in jffs2_remove_node_refs_from_ino_list() 227 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list() 254 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list() 289 struct jffs2_raw_node_ref *block, *ref; in jffs2_free_jeb_node_refs()
|
D | nodelist.c | 507 struct jffs2_raw_node_ref *this, *next; in jffs2_free_raw_node_refs() 585 struct jffs2_raw_node_ref *jffs2_link_node_ref(struct jffs2_sb_info *c, in jffs2_link_node_ref() 590 struct jffs2_raw_node_ref *ref; in jffs2_link_node_ref() 694 struct jffs2_raw_node_ref *ref) in __ref_totlen() 697 struct jffs2_raw_node_ref *next_ref = ref_next(ref); in __ref_totlen() 719 struct jffs2_raw_node_ref *ref) in __jffs2_ref_totlen()
|
D | readinode.c | 33 struct jffs2_raw_node_ref *ref = tn->fn->raw; in check_node_data() 568 static struct jffs2_raw_node_ref *jffs2_first_valid_node(struct jffs2_raw_node_ref *ref) in jffs2_first_valid_node() 586 static inline int read_direntry(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_direntry() 713 static inline int read_dnode(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_dnode() 888 static inline int read_unknown(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, struct jffs… in read_unknown() 940 static int read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_more() 984 struct jffs2_raw_node_ref *ref, *valid_ref; in jffs2_get_inode_nodes() 1380 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache; in jffs2_do_read_inode()
|
D | gc.c | 27 struct jffs2_raw_node_ref *raw); 41 struct jffs2_raw_node_ref *raw, struct jffs2_inode_info *f); 129 struct jffs2_raw_node_ref *raw; in jffs2_garbage_collect_pass() 498 struct jffs2_raw_node_ref *raw, struct jffs2_inode_info *f) in jffs2_garbage_collect_live() 593 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_pristine() 908 struct jffs2_raw_node_ref *raw; in jffs2_garbage_collect_deletion_dirent() 1227 struct jffs2_raw_node_ref *raw = frag->node->raw; in jffs2_garbage_collect_dnode() 1283 struct jffs2_raw_node_ref *raw = frag->node->raw; in jffs2_garbage_collect_dnode()
|
D | build.c | 243 struct jffs2_raw_node_ref *raw; in jffs2_build_remove_unlinked_inode() 250 struct jffs2_raw_node_ref *next = raw->next_in_ino; in jffs2_build_remove_unlinked_inode()
|
D | nodemgmt.c | 500 struct jffs2_raw_node_ref *jffs2_add_physical_node_ref(struct jffs2_sb_info *c, in jffs2_add_physical_node_ref() 505 struct jffs2_raw_node_ref *new; in jffs2_add_physical_node_ref() 579 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref) in jffs2_mark_node_obsolete() 805 struct jffs2_raw_node_ref **p; in jffs2_mark_node_obsolete()
|
D | wbuf.c | 182 static struct jffs2_raw_node_ref **jffs2_incore_replace_raw(struct jffs2_sb_info *c, in jffs2_incore_replace_raw() 184 struct jffs2_raw_node_ref *raw, in jffs2_incore_replace_raw() 278 struct jffs2_raw_node_ref *raw, *next, *first_raw = NULL; in jffs2_wbuf_recover() 466 struct jffs2_raw_node_ref *new_ref; in jffs2_wbuf_recover() 467 struct jffs2_raw_node_ref **adjust_ref = NULL; in jffs2_wbuf_recover() 489 struct jffs2_raw_node_ref **p = &ic->nodes; in jffs2_wbuf_recover()
|
D | xattr.c | 73 struct jffs2_raw_node_ref *raw; in is_xattr_datum_unchecked() 136 struct jffs2_raw_node_ref *raw; in do_verify_xattr_datum() 447 struct jffs2_raw_node_ref *raw; in verify_xattr_ref() 781 struct jffs2_raw_node_ref *raw; in jffs2_build_xattr_subsystem() 1220 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_xattr_datum() 1256 struct jffs2_raw_node_ref *raw) in jffs2_garbage_collect_xattr_ref() 1293 struct jffs2_raw_node_ref *raw; in jffs2_verify_xattr()
|
D | README.Locking | 75 per-eraseblock lists of physical jffs2_raw_node_ref structures, and 132 the jffs2_raw_node_ref structures in question while the garbage
|
D | debug.c | 316 struct jffs2_raw_node_ref *ref2 = jeb->first_node; in __jffs2_dbg_acct_paranoia_check_nolock() 404 struct jffs2_raw_node_ref *ref; in __jffs2_dbg_dump_node_refs_nolock()
|
D | summary.c | 370 static struct jffs2_raw_node_ref *sum_link_node_ref(struct jffs2_sb_info *c, in sum_link_node_ref() 507 struct jffs2_raw_node_ref *raw in jffs2_sum_process_sum_data()
|
D | write.c | 37 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache; in jffs2_do_new_inode()
|
D | scan.c | 365 struct jffs2_raw_node_ref *raw in jffs2_scan_xattr_node()
|