Searched defs:bcache (Results 1 – 2 of 2) sorted by relevance
64 struct bcache struct81 long structure_size; /* total size of bcache, including infrastructure */ argument87 unsigned long expand_count;88 unsigned long expand_hash_count;115 /* Growing the bcache's hash table. */ argument122 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() argument278 bcache_xfree (struct bcache *bcache) in bcache_xfree()[all …]
44 struct bcache *bcache; member