Lines Matching defs:bcache
64 struct bcache struct
81 long structure_size; /* total size of bcache, including infrastructure */ argument
87 unsigned long expand_count;
88 unsigned long expand_hash_count;
115 /* Growing the bcache's hash table. */ argument
122 expand_hash_table (struct bcache *bcache) in expand_hash_table()
199 bcache_data (const void *addr, int length, struct bcache *bcache) in bcache_data()
251 deprecated_bcache (const void *addr, int length, struct bcache *bcache) in deprecated_bcache()
257 bcache (const void *addr, int length, struct bcache *bcache) in bcache() argument
278 bcache_xfree (struct bcache *bcache) in bcache_xfree()
436 bcache_memory_used (struct bcache *bcache) in bcache_memory_used()