Searched refs:getgeo (Results 1 – 25 of 28) sorted by relevance
12
| /linux/drivers/mtd/ |
| H A D | mtd_blkdevs.c | 259 ret = dev->tr->getgeo ? dev->tr->getgeo(dev, geo) : -ENOTTY; in blktrans_getgeo() 269 .getgeo = blktrans_getgeo,
|
| H A D | ssfdc.c | 431 .getgeo = ssfdcr_getgeo,
|
| H A D | nftlcore.c | 788 .getgeo = nftl_getgeo,
|
| H A D | rfd_ftl.c | 817 .getgeo = rfd_ftl_getgeo,
|
| H A D | inftlcore.c | 933 .getgeo = inftl_getgeo,
|
| H A D | ftl.c | 1050 .getgeo = ftl_getgeo,
|
| H A D | sm_ftl.c | 1256 .getgeo = sm_getgeo,
|
| /linux/include/linux/mtd/ |
| H A D | blktrans.h | 57 int (*getgeo)(struct mtd_blktrans_dev *dev, struct hd_geometry *geo); member
|
| /linux/block/partitions/ |
| H A D | ibm.c | 341 if (!disk->fops->getgeo) in ibm_partition() 361 if (disk->fops->getgeo(disk, geo)) in ibm_partition()
|
| /linux/block/ |
| H A D | ioctl.c | 568 if (!disk->fops->getgeo) in blkdev_getgeo() 577 ret = disk->fops->getgeo(disk, &geo); in blkdev_getgeo() 602 if (!disk->fops->getgeo) in compat_hdio_getgeo() 611 ret = disk->fops->getgeo(disk, &geo); in compat_hdio_getgeo()
|
| /linux/arch/m68k/emu/ |
| H A D | nfblock.c | 94 .getgeo = nfhd_getgeo,
|
| /linux/drivers/mtd/ubi/ |
| H A D | block.c | 299 .getgeo = ubiblock_getgeo,
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 442 int (*getgeo)(struct gendisk *, struct hd_geometry *); 456 getgeo: no
|
| /linux/drivers/block/ |
| H A D | swim.c | 744 .getgeo = floppy_getgeo,
|
| H A D | sunvdc.c | 173 .getgeo = vdc_getgeo,
|
| H A D | virtio_blk.c | 875 .getgeo = virtblk_getgeo,
|
| H A D | xen-blkfront.c | 2499 .getgeo = blkif_getgeo,
|
| /linux/arch/um/drivers/ |
| H A D | ubd_kern.c | 119 .getgeo = ubd_getgeo,
|
| /linux/drivers/nvme/host/ |
| H A D | multipath.c | 603 .getgeo = nvme_getgeo,
|
| /linux/drivers/memstick/core/ |
| H A D | mspro_block.c | 206 .getgeo = mspro_block_bd_getgeo,
|
| H A D | ms_block.c | 2068 .getgeo = msb_bd_getgeo,
|
| /linux/drivers/block/rnbd/ |
| H A D | rnbd-clt.c | 967 .getgeo = rnbd_client_getgeo
|
| /linux/drivers/nvdimm/ |
| H A D | btt.c | 1491 .getgeo = btt_getgeo,
|
| /linux/drivers/mmc/core/ |
| H A D | block.c | 874 .getgeo = mmc_blk_getgeo,
|
| /linux/drivers/scsi/ |
| H A D | sd.c | 3877 .getgeo = sd_getgeo,
|
12