Home
last modified time | relevance | path

Searched refs:getgeo (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/mtd/
H A Dblktrans.h57 int (*getgeo)(struct mtd_blktrans_dev *dev, struct hd_geometry *geo); member
/linux/block/
H A Dioctl.c556 if (!disk->fops->getgeo) in blkdev_getgeo()
565 ret = disk->fops->getgeo(disk, &geo); in blkdev_getgeo()
590 if (!disk->fops->getgeo) in compat_hdio_getgeo()
599 ret = disk->fops->getgeo(disk, &geo); in compat_hdio_getgeo()
/linux/drivers/mtd/
H A Dssfdc.c431 .getgeo = ssfdcr_getgeo,
H A Dinftlcore.c933 .getgeo = inftl_getgeo,
/linux/Documentation/filesystems/
H A Dlocking.rst447 int (*getgeo)(struct gendisk *, struct hd_geometry *);
461 getgeo: no
/linux/arch/um/drivers/
H A Dubd_kern.c119 .getgeo = ubd_getgeo,
/linux/drivers/nvme/host/
H A Dmultipath.c603 .getgeo = nvme_getgeo,
/linux/drivers/memstick/core/
H A Dmspro_block.c206 .getgeo = mspro_block_bd_getgeo,
/linux/drivers/md/
H A Ddm.c3784 .getgeo = dm_blk_getgeo,
3795 .getgeo = dm_blk_getgeo,
H A Dmd.c8460 .getgeo = md_getgeo,
/linux/drivers/block/rnbd/
H A Drnbd-clt.c965 .getgeo = rnbd_client_getgeo
/linux/drivers/mmc/core/
H A Dblock.c874 .getgeo = mmc_blk_getgeo,
/linux/drivers/scsi/
H A Dsd.c2185 .getgeo = sd_getgeo,