Home
last modified time | relevance | path

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

12

/linux/include/linux/mtd/
H A Dblktrans.h57 int (*getgeo)(struct mtd_blktrans_dev *dev, struct hd_geometry *geo); member
/linux/drivers/mtd/
H A Dmtd_blkdevs.c259 ret = dev->tr->getgeo ? dev->tr->getgeo(dev, geo) : -ENOTTY; in blktrans_getgeo()
269 .getgeo = blktrans_getgeo,
H A Dssfdc.c431 .getgeo = ssfdcr_getgeo,
H A Dnftlcore.c788 .getgeo = nftl_getgeo,
H A Dinftlcore.c933 .getgeo = inftl_getgeo,
H A Drfd_ftl.c818 .getgeo = rfd_ftl_getgeo,
H A Dftl.c1053 .getgeo = ftl_getgeo,
H A Dsm_ftl.c1259 .getgeo = sm_getgeo,
/linux/block/partitions/
H A Dibm.c341 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 Dioctl.c475 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 Dgen_disk.rs123 getgeo: None, in build()
/linux/arch/m68k/emu/
H A Dnfblock.c94 .getgeo = nfhd_getgeo,
/linux/drivers/mtd/ubi/
H A Dblock.c299 .getgeo = ubiblock_getgeo,
/linux/drivers/block/
H A Dswim.c744 .getgeo = floppy_getgeo,
H A Dsunvdc.c174 .getgeo = vdc_getgeo,
H A Damiflop.c1770 .getgeo = fd_getgeo,
H A Dxen-blkfront.c2503 .getgeo = blkif_getgeo,
/linux/Documentation/filesystems/
H A Dlocking.rst446 int (*getgeo)(struct block_device *, struct hd_geometry *);
460 getgeo: no
/linux/include/linux/
H A Dblkdev.h1662 int (*getgeo)(struct block_device *, struct hd_geometry *); member
/linux/arch/um/drivers/
H A Dubd_kern.c119 .getgeo = ubd_getgeo,
/linux/drivers/memstick/core/
H A Dmspro_block.c206 .getgeo = mspro_block_bd_getgeo,
/linux/drivers/md/
H A Ddm.c3749 .getgeo = dm_blk_getgeo,
3760 .getgeo = dm_blk_getgeo,
/linux/drivers/nvdimm/
H A Dbtt.c1493 .getgeo = btt_getgeo,
/linux/drivers/mmc/core/
H A Dblock.c912 .getgeo = mmc_blk_getgeo,
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c3199 .getgeo = mtip_block_getgeo,

12