bsg_device        196 block/bsg.c    static struct bsg_device *bsg_alloc_device(void)
bsg_device        198 block/bsg.c    	struct bsg_device *bd;
bsg_device        200 block/bsg.c    	bd = kzalloc(sizeof(struct bsg_device), GFP_KERNEL);
bsg_device        210 block/bsg.c    static int bsg_put_device(struct bsg_device *bd)
bsg_device        234 block/bsg.c    static struct bsg_device *bsg_add_device(struct inode *inode,
bsg_device        238 block/bsg.c    	struct bsg_device *bd;
bsg_device        264 block/bsg.c    static struct bsg_device *__bsg_get_device(int minor, struct request_queue *q)
bsg_device        266 block/bsg.c    	struct bsg_device *bd;
bsg_device        281 block/bsg.c    static struct bsg_device *bsg_get_device(struct inode *inode, struct file *file)
bsg_device        283 block/bsg.c    	struct bsg_device *bd;
bsg_device        308 block/bsg.c    	struct bsg_device *bd;
bsg_device        321 block/bsg.c    	struct bsg_device *bd = file->private_data;
bsg_device        327 block/bsg.c    static int bsg_get_command_q(struct bsg_device *bd, int __user *uarg)
bsg_device        332 block/bsg.c    static int bsg_set_command_q(struct bsg_device *bd, int __user *uarg)
bsg_device        349 block/bsg.c    	struct bsg_device *bd = file->private_data;