Home
last modified time | relevance | path

Searched refs:INOCACHE_HASHSIZE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Djffs2_fs_sb.h12 #define INOCACHE_HASHSIZE 1 macro
72 struct jffs2_inode_cache *inocache_list[INOCACHE_HASHSIZE];
/linux-2.4.37.9/fs/jffs2/
Dnodelist.c275 ret = c->inocache_list[ino % INOCACHE_HASHSIZE]; in jffs2_get_ino_cache()
295 prev = &c->inocache_list[new->ino % INOCACHE_HASHSIZE]; in jffs2_add_ino_cache()
311 prev = &c->inocache_list[old->ino % INOCACHE_HASHSIZE]; in jffs2_del_ino_cache()
327 for (i=0; i<INOCACHE_HASHSIZE; i++) { in jffs2_free_ino_caches()
Dbuild.c49 for (; *i < INOCACHE_HASHSIZE; (*i)++) { in first_inode_chain()