Searched refs:jffs2_inode_cache (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/fs/jffs2/ |
D | build.c | 43 int jffs2_build_inode_pass1(struct jffs2_sb_info *, struct jffs2_inode_cache *); 44 int jffs2_build_remove_unlinked_inode(struct jffs2_sb_info *, struct jffs2_inode_cache *); 46 static inline struct jffs2_inode_cache * 56 static inline struct jffs2_inode_cache * 57 next_inode(int *i, struct jffs2_inode_cache *ic, struct jffs2_sb_info *c) in next_inode() 80 struct jffs2_inode_cache *ic; in jffs2_build_filesystem() 153 int jffs2_build_inode_pass1(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) in jffs2_build_inode_pass1() 217 struct jffs2_inode_cache *child_ic; in jffs2_build_inode_pass1() 242 int jffs2_build_remove_unlinked_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic) in jffs2_build_remove_unlinked_inode() 264 struct jffs2_inode_cache *child_ic; in jffs2_build_remove_unlinked_inode()
|
D | nodelist.h | 103 struct jffs2_inode_cache { struct 108 struct jffs2_inode_cache *next; argument 235 static inline struct jffs2_inode_cache *jffs2_raw_ref_to_ic(struct jffs2_raw_node_ref *raw) in jffs2_raw_ref_to_ic() 241 return ((struct jffs2_inode_cache *)raw); in jffs2_raw_ref_to_ic() 252 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino); 253 void jffs2_add_ino_cache (struct jffs2_sb_info *c, struct jffs2_inode_cache *new); 254 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old); 298 struct jffs2_inode_cache *jffs2_alloc_inode_cache(void); 299 void jffs2_free_inode_cache(struct jffs2_inode_cache *);
|
D | malloc.c | 109 …inode_cache_slab = kmem_cache_create("jffs2_inode_cache", sizeof(struct jffs2_inode_cache), 0, JFF… in jffs2_create_slab_caches() 208 struct jffs2_inode_cache *jffs2_alloc_inode_cache(void) in jffs2_alloc_inode_cache() 210 struct jffs2_inode_cache *ret = kmem_cache_alloc(inode_cache_slab, GFP_KERNEL); in jffs2_alloc_inode_cache() 215 void jffs2_free_inode_cache(struct jffs2_inode_cache *x) in jffs2_free_inode_cache()
|
D | nodelist.c | 269 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_get_ino_cache() 271 struct jffs2_inode_cache *ret; in jffs2_get_ino_cache() 289 void jffs2_add_ino_cache (struct jffs2_sb_info *c, struct jffs2_inode_cache *new) in jffs2_add_ino_cache() 291 struct jffs2_inode_cache **prev; in jffs2_add_ino_cache() 305 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old) in jffs2_del_ino_cache() 307 struct jffs2_inode_cache **prev; in jffs2_del_ino_cache() 325 struct jffs2_inode_cache *this, *next; in jffs2_free_ino_caches()
|
D | scan.c | 394 static struct jffs2_inode_cache *jffs2_scan_make_ino_cache(struct jffs2_sb_info *c, __u32 ino) in jffs2_scan_make_ino_cache() 396 struct jffs2_inode_cache *ic; in jffs2_scan_make_ino_cache() 428 struct jffs2_inode_cache *ic; in jffs2_scan_inode_node() 604 struct jffs2_inode_cache *ic; in jffs2_scan_dirent_node()
|
D | erase.c | 174 struct jffs2_inode_cache *ic = NULL; in jffs2_remove_node_refs_from_ino_list() 185 ic = (struct jffs2_inode_cache *)(*prev); in jffs2_remove_node_refs_from_ino_list()
|
D | write.c | 51 struct jffs2_inode_cache *ic; in jffs2_new_inode()
|
D | readinode.c | 279 memset(f->inocache, 0, sizeof(struct jffs2_inode_cache)); in jffs2_read_inode()
|
D | gc.c | 112 struct jffs2_inode_cache *ic; in jffs2_garbage_collect_pass()
|
/linux-2.4.37.9/include/linux/ |
D | jffs2_fs_i.h | 45 struct jffs2_inode_cache *inocache;
|
D | jffs2_fs_sb.h | 72 struct jffs2_inode_cache *inocache_list[INOCACHE_HASHSIZE];
|