Lines Matching refs:bstring
37 struct bstring struct
40 struct bstring *next; argument
72 struct bstring **bucket; argument
146 struct bstring **new_buckets; in expand_hash_table()
167 new_buckets = (struct bstring **) xmalloc (new_size); in expand_hash_table()
178 struct bstring *s, *next; in expand_hash_table()
182 struct bstring **new_bucket; in expand_hash_table()
205 #define BSTRING_SIZE(n) (offsetof (struct bstring, d.data) + (n))
228 struct bstring *s; in bcache_full()
272 struct bstring *new in bcache_full()
383 struct bstring *s = c->bucket[b]; in print_bcache_statistics()