Home
last modified time | relevance | path

Searched refs:jffs2_inode_cache (Results 1 – 13 of 13) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dmalloc-ecos.c151 struct jffs2_inode_cache *jffs2_alloc_inode_cache(void) in jffs2_alloc_inode_cache()
153 struct jffs2_inode_cache *ret = rt_malloc(sizeof(struct jffs2_inode_cache)); in jffs2_alloc_inode_cache()
158 void jffs2_free_inode_cache(struct jffs2_inode_cache *x) in jffs2_free_inode_cache()
H A Dnodelist.h122 struct jffs2_inode_cache { struct
127 struct jffs2_inode_cache *next; argument
280 static inline struct jffs2_inode_cache *jffs2_raw_ref_to_ic(struct jffs2_raw_node_ref *raw) in jffs2_raw_ref_to_ic()
286 return ((struct jffs2_inode_cache *)raw); in jffs2_raw_ref_to_ic()
321 void jffs2_set_inocache_state(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, int state);
322 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino);
323 void jffs2_add_ino_cache (struct jffs2_sb_info *c, struct jffs2_inode_cache *new);
324 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old);
360 int jffs2_do_crccheck_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic);
381 struct jffs2_inode_cache *jffs2_alloc_inode_cache(void);
[all …]
H A Dbuild.c21 static void jffs2_build_remove_unlinked_inode(struct jffs2_sb_info *, struct jffs2_inode_cache *, s…
23 static inline struct jffs2_inode_cache *
33 static inline struct jffs2_inode_cache *
34 next_inode(int *i, struct jffs2_inode_cache *ic, struct jffs2_sb_info *c) in next_inode()
49 static inline void jffs2_build_inode_pass1(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) in jffs2_build_inode_pass1()
57 struct jffs2_inode_cache *child_ic; in jffs2_build_inode_pass1()
93 struct jffs2_inode_cache *ic; in jffs2_build_filesystem()
192 static void jffs2_build_remove_unlinked_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic… in jffs2_build_remove_unlinked_inode()
212 struct jffs2_inode_cache *child_ic; in jffs2_build_remove_unlinked_inode()
H A Dnodelist.c328 void jffs2_set_inocache_state(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, int state) in jffs2_set_inocache_state()
341 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_get_ino_cache()
343 struct jffs2_inode_cache *ret; in jffs2_get_ino_cache()
356 void jffs2_add_ino_cache (struct jffs2_sb_info *c, struct jffs2_inode_cache *new) in jffs2_add_ino_cache()
358 struct jffs2_inode_cache **prev; in jffs2_add_ino_cache()
377 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old) in jffs2_del_ino_cache()
379 struct jffs2_inode_cache **prev; in jffs2_del_ino_cache()
407 struct jffs2_inode_cache *this, *next; in jffs2_free_ino_caches()
H A Dscan.c667 static struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_scan_make_ino_cache()
669 struct jffs2_inode_cache *ic; in jffs2_scan_make_ino_cache()
697 struct jffs2_inode_cache *ic; in jffs2_scan_inode_node()
769 struct jffs2_inode_cache *ic; in jffs2_scan_dirent_node()
H A Derase.c222 struct jffs2_inode_cache *ic = NULL; in jffs2_remove_node_refs_from_ino_list()
233 ic = (struct jffs2_inode_cache *)(*prev); in jffs2_remove_node_refs_from_ino_list()
H A Dgc.c25 struct jffs2_inode_cache *ic,
124 struct jffs2_inode_cache *ic; in jffs2_garbage_collect_pass()
498 struct jffs2_inode_cache *ic, in jffs2_garbage_collect_pristine()
H A Dreadinode.c821 memset(f->inocache, 0, sizeof(struct jffs2_inode_cache)); in jffs2_do_read_inode()
835 int jffs2_do_crccheck_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) in jffs2_do_crccheck_inode()
H A Dfs-ecos.c529 c->inocache_list = rt_malloc(sizeof(struct jffs2_inode_cache *) * INOCACHE_HASHSIZE); in jffs2_mount()
534 memset(c->inocache_list, 0, sizeof(struct jffs2_inode_cache *) * INOCACHE_HASHSIZE); in jffs2_mount()
2040 struct jffs2_inode_cache *ic; in jffs2_gc_fetch_inode()
H A Dnodemgmt.c584 struct jffs2_inode_cache *ic; in jffs2_mark_node_obsolete()
H A Dwrite.c26 struct jffs2_inode_cache *ic; in jffs2_do_new_inode()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2_fs_i.h39 struct jffs2_inode_cache *inocache;
H A Djffs2_fs_sb.h91 struct jffs2_inode_cache **inocache_list;