Lines Matching refs:bstring
39 struct bstring struct
42 struct bstring *next; argument
74 struct bstring **bucket; argument
136 struct bstring **new_buckets; in expand_hash_table()
156 new_buckets = (struct bstring **) xmalloc (new_size); in expand_hash_table()
167 struct bstring *s, *next; in expand_hash_table()
171 struct bstring **new_bucket; in expand_hash_table()
193 #define BSTRING_SIZE(n) (offsetof (struct bstring, d.data) + (n))
204 struct bstring *s; in bcache_data()
234 struct bstring *new in bcache_data()
335 struct bstring *s = c->bucket[b]; in print_bcache_statistics()