/linux/include/linux/mtd/ |
H A D | blktrans.h | 57 int (*getgeo)(struct mtd_blktrans_dev *dev, struct hd_geometry *geo); member
|
/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 | inftlcore.c | 933 .getgeo = inftl_getgeo,
|
H A D | rfd_ftl.c | 818 .getgeo = rfd_ftl_getgeo,
|
H A D | ftl.c | 1053 .getgeo = ftl_getgeo,
|
H A D | sm_ftl.c | 1259 .getgeo = sm_getgeo,
|
/linux/block/partitions/ |
H A D | ibm.c | 341 if (!disk->fops->getgeo) in ibm_partition() 359 /* set start if not filled by getgeo function e.g. virtblk */ in ibm_partition() 361 if (disk->fops->getgeo(bdev, geo)) in ibm_partition()
|
/linux/block/ |
H A D | ioctl.c | 475 if (!disk->fops->getgeo) in blkdev_getgeo() 484 ret = disk->fops->getgeo(bdev, &geo); in blkdev_getgeo() 509 if (!disk->fops->getgeo) in compat_hdio_getgeo() 518 ret = disk->fops->getgeo(bdev, &geo); in compat_hdio_getgeo()
|
/linux/rust/kernel/block/mq/ |
H A D | gen_disk.rs | 123 getgeo: None, in build()
|
/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/drivers/block/ |
H A D | swim.c | 744 .getgeo = floppy_getgeo,
|
H A D | sunvdc.c | 174 .getgeo = vdc_getgeo,
|
H A D | amiflop.c | 1770 .getgeo = fd_getgeo,
|
H A D | xen-blkfront.c | 2503 .getgeo = blkif_getgeo,
|
/linux/Documentation/filesystems/ |
H A D | locking.rst | 446 int (*getgeo)(struct block_device *, struct hd_geometry *); 460 getgeo: no
|
/linux/include/linux/ |
H A D | blkdev.h | 1662 int (*getgeo)(struct block_device *, struct hd_geometry *); member
|
/linux/arch/um/drivers/ |
H A D | ubd_kern.c | 119 .getgeo = ubd_getgeo,
|
/linux/drivers/memstick/core/ |
H A D | mspro_block.c | 206 .getgeo = mspro_block_bd_getgeo,
|
/linux/drivers/md/ |
H A D | dm.c | 3749 .getgeo = dm_blk_getgeo, 3760 .getgeo = dm_blk_getgeo,
|
/linux/drivers/nvdimm/ |
H A D | btt.c | 1493 .getgeo = btt_getgeo,
|
/linux/drivers/mmc/core/ |
H A D | block.c | 912 .getgeo = mmc_blk_getgeo,
|
/linux/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 3199 .getgeo = mtip_block_getgeo,
|