Lines Matching refs:bsd_db
115 struct bsd_db { struct
174 static void bsd_clear(struct bsd_db *db) in bsd_clear()
199 static int bsd_check(struct bsd_db *db) /* 1=output CLEAR */ in bsd_check()
247 struct bsd_db *db = (struct bsd_db *) state; in bsd_stats()
266 struct bsd_db *db = (struct bsd_db *) state; in bsd_reset()
278 struct bsd_db *db = (struct bsd_db *) state; in bsd_free()
308 struct bsd_db *db; in bsd_alloc()
332 db = kzalloc(sizeof(struct bsd_db), GFP_KERNEL); in bsd_alloc()
366 db->totlen = sizeof(struct bsd_db) + (sizeof(struct bsd_dict) * hsize); in bsd_alloc()
380 struct bsd_db *db = state; in bsd_init()
427 static unsigned short *lens_ptr(struct bsd_db *db, int idx) in lens_ptr()
436 static struct bsd_dict *dict_ptr(struct bsd_db *db, int idx) in dict_ptr()
455 struct bsd_db *db; in bsd_compress()
492 db = (struct bsd_db *) state; in bsd_compress()
644 struct bsd_db *db; in bsd_decompress()
660 db = (struct bsd_db *) state; in bsd_decompress()