Home
last modified time | relevance | path

Searched refs:inocache_list (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/jffs2/
H A Dnodelist.c425 ret = c->inocache_list[ino % c->inocache_hashsize]; in jffs2_get_ino_cache()
446 prev = &c->inocache_list[new->ino % c->inocache_hashsize]; in jffs2_add_ino_cache()
467 prev = &c->inocache_list[old->ino % c->inocache_hashsize]; in jffs2_del_ino_cache()
493 this = c->inocache_list[i]; in jffs2_free_ino_caches()
500 c->inocache_list[i] = NULL; in jffs2_free_ino_caches()
H A Djffs2_fs_sb.h117 struct jffs2_inode_cache **inocache_list; member
H A Dbuild.c30 if (c->inocache_list[*i]) in first_inode_chain()
31 return c->inocache_list[*i]; in first_inode_chain()
H A Dfs.c565 c->inocache_list = kcalloc(c->inocache_hashsize, sizeof(struct jffs2_inode_cache *), GFP_KERNEL); in jffs2_do_fill_super()
566 if (!c->inocache_list) { in jffs2_do_fill_super()
609 kfree(c->inocache_list); in jffs2_do_fill_super()
H A DREADME.Locking102 This spinlock protects the hashed list (c->inocache_list) of the
105 has to be locked while walking the c->inocache_list hash buckets.
H A Dsuper.c337 kfree(c->inocache_list); in jffs2_put_super()
H A Dgc.c159 for (ic = c->inocache_list[bucket]; ic; ic = ic->next) { in jffs2_garbage_collect_pass()