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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jffs2/
H A Djffs2_fs_sb.h103 struct jffs2_inode_cache **inocache_list; member in struct:jffs2_sb_info
H A Dbuild.c27 if (c->inocache_list[*i])
28 return c->inocache_list[*i];
H A Dnodelist.c423 ret = c->inocache_list[ino % INOCACHE_HASHSIZE];
444 prev = &c->inocache_list[new->ino % INOCACHE_HASHSIZE];
465 prev = &c->inocache_list[old->ino % INOCACHE_HASHSIZE];
491 this = c->inocache_list[i];
498 c->inocache_list[i] = NULL;
H A Dsuper.c213 kfree(c->inocache_list);
H A Dfs.c527 c->inocache_list = kcalloc(INOCACHE_HASHSIZE, sizeof(struct jffs2_inode_cache *), GFP_KERNEL);
528 if (!c->inocache_list) {
572 kfree(c->inocache_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jffs2/
H A Djffs2_fs_sb.h103 struct jffs2_inode_cache **inocache_list; member in struct:jffs2_sb_info
H A Dbuild.c27 if (c->inocache_list[*i])
28 return c->inocache_list[*i];
H A Dnodelist.c423 ret = c->inocache_list[ino % INOCACHE_HASHSIZE];
444 prev = &c->inocache_list[new->ino % INOCACHE_HASHSIZE];
465 prev = &c->inocache_list[old->ino % INOCACHE_HASHSIZE];
491 this = c->inocache_list[i];
498 c->inocache_list[i] = NULL;
H A Dsuper.c213 kfree(c->inocache_list);
H A Dfs.c527 c->inocache_list = kcalloc(INOCACHE_HASHSIZE, sizeof(struct jffs2_inode_cache *), GFP_KERNEL);
528 if (!c->inocache_list) {
572 kfree(c->inocache_list);

Completed in 192 milliseconds