taglinefilesource code
DCACHE_SIZE58fs/dcache.cstatic struct dir_cache_entry level1_cache[DCACHE_SIZE];
DCACHE_SIZE59fs/dcache.cstatic struct dir_cache_entry level2_cache[DCACHE_SIZE];
DCACHE_SIZE226fs/dcache.c} while (++p < level1_cache + DCACHE_SIZE-1);
DCACHE_SIZE240fs/dcache.c} while (++p < level2_cache + DCACHE_SIZE-1);