devfs_bitmap
static struct devfs_bitmap dm_minor_bitmap;
struct devfs_bitmap unit_bitmap;
struct devfs_bitmap sc_unr;
make_autoclone_dev(struct dev_ops *ops, struct devfs_bitmap *bitmap,
destroy_autoclone_dev(cdev_t dev, struct devfs_bitmap *bitmap)
struct devfs_bitmap DEVFS_CLONE_BITMAP(name)
extern struct devfs_bitmap DEVFS_CLONE_BITMAP(name)
void devfs_clone_bitmap_init(struct devfs_bitmap *);
void devfs_clone_bitmap_uninit(struct devfs_bitmap *);
int devfs_clone_bitmap_set(struct devfs_bitmap *, int);
int devfs_clone_bitmap_get(struct devfs_bitmap *, int);
int devfs_clone_bitmap_chk(struct devfs_bitmap *, int);
void devfs_clone_bitmap_put(struct devfs_bitmap *, int);
cdev_t make_autoclone_dev(struct dev_ops *ops, struct devfs_bitmap *bitmap,
void destroy_autoclone_dev(cdev_t dev, struct devfs_bitmap *bitmap);
struct devfs_bitmap;
devfs_clone_bitmap_chk(struct devfs_bitmap *bitmap, int unit)
devfs_clone_bitmap_set(struct devfs_bitmap *bitmap, int unit)
devfs_clone_bitmap_put(struct devfs_bitmap *bitmap, int unit)
devfs_clone_bitmap_get(struct devfs_bitmap *bitmap, int limit)
devfs_clone_bitmap_init(struct devfs_bitmap *bitmap)
devfs_clone_bitmap_uninit(struct devfs_bitmap *bitmap)
devfs_clone_bitmap_extend(struct devfs_bitmap *bitmap, int newchunks)
devfs_clone_bitmap_fff(struct devfs_bitmap *bitmap)