tag | line | file | source code |
hash_list | 41 | fs/dcache.c | struct hash_list h; |
hash_list | 75 | fs/dcache.c | static struct hash_list hash_table[DCACHE_HASH_QUEUES]; |
hash_list | 132 | fs/dcache.c | static inline void add_hash(struct dir_cache_entry * de, struct hash_list * hash) |
hash_list | 144 | fs/dcache.c | static inline struct dir_cache_entry * find_entry(struct inode * dir, const char * name, int len, struct hash_list * hash) |
hash_list | 168 | fs/dcache.c | static inline void move_to_level2(struct dir_cache_entry * old_de, struct hash_list * hash) |
hash_list | 185 | fs/dcache.c | struct hash_list * hash; |
hash_list | 201 | fs/dcache.c | struct hash_list * hash; |