Lines Matching refs:gd
238 struct gendisk *gd; member
404 disk = pd[pd_queue].gd; in set_next_request()
778 rq = blk_mq_alloc_request(disk->gd->queue, REQ_OP_DRV_IN, 0); in pd_special_command()
784 blk_execute_rq(disk->gd, rq, 0); in pd_special_command()
917 disk->gd = p; in pd_probe_drive()
940 set_capacity(disk->gd, disk->capacity); in pd_probe_drive()
941 ret = add_disk(disk->gd); in pd_probe_drive()
946 blk_cleanup_disk(disk->gd); in pd_probe_drive()
949 disk->gd = NULL; in pd_probe_drive()
1017 struct gendisk *p = disk->gd; in pd_exit()
1019 disk->gd = NULL; in pd_exit()