Searched refs:inocache_list (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Djffs2_fs_sb.h99 struct jffs2_inode_cache **inocache_list; member in struct:jffs2_sb_info
H A Dbuild.c26 if (c->inocache_list[*i])
27 return c->inocache_list[*i];
H A Dnodelist.c421 ret = c->inocache_list[ino % INOCACHE_HASHSIZE];
442 prev = &c->inocache_list[new->ino % INOCACHE_HASHSIZE];
463 prev = &c->inocache_list[old->ino % INOCACHE_HASHSIZE];
489 this = c->inocache_list[i];
496 c->inocache_list[i] = NULL;
H A Dsuper.c142 kfree(c->inocache_list);
H A Dfs.c503 c->inocache_list = kcalloc(INOCACHE_HASHSIZE, sizeof(struct jffs2_inode_cache *), GFP_KERNEL);
504 if (!c->inocache_list) {
546 kfree(c->inocache_list);

Completed in 94 milliseconds