tag | line | file | source code |
---|---|---|---|
DCACHE_SIZE | 58 | fs/dcache.c | static struct dir_cache_entry level1_cache[DCACHE_SIZE]; |
DCACHE_SIZE | 59 | fs/dcache.c | static struct dir_cache_entry level2_cache[DCACHE_SIZE]; |
DCACHE_SIZE | 226 | fs/dcache.c | } while (++p < level1_cache + DCACHE_SIZE-1); |
DCACHE_SIZE | 240 | fs/dcache.c | } while (++p < level2_cache + DCACHE_SIZE-1); |