Home
last modified time | relevance | path

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

12

/linux-6.15/include/linux/mtd/
H A Dblktrans.h57 int (*getgeo)(struct mtd_blktrans_dev *dev, struct hd_geometry *geo); member
/linux-6.15/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.c789 .getgeo = nftl_getgeo,
H A Drfd_ftl.c818 .getgeo = rfd_ftl_getgeo,
H A Dinftlcore.c933 .getgeo = inftl_getgeo,
H A Dftl.c1053 .getgeo = ftl_getgeo,
H A Dsm_ftl.c1259 .getgeo = sm_getgeo,
/linux-6.15/block/partitions/
H A Dibm.c341 if (!disk->fops->getgeo) in ibm_partition()
361 if (disk->fops->getgeo(bdev, geo)) in ibm_partition()
/linux-6.15/block/
H A Dioctl.c474 if (!disk->fops->getgeo) in blkdev_getgeo()
483 ret = disk->fops->getgeo(bdev, &geo); in blkdev_getgeo()
508 if (!disk->fops->getgeo) in compat_hdio_getgeo()
517 ret = disk->fops->getgeo(bdev, &geo); in compat_hdio_getgeo()
/linux-6.15/rust/kernel/block/mq/
H A Dgen_disk.rs123 getgeo: None, in build()
/linux-6.15/arch/m68k/emu/
H A Dnfblock.c94 .getgeo = nfhd_getgeo,
/linux-6.15/drivers/block/aoe/
H A Daoeblk.c320 .getgeo = aoeblk_getgeo,
/linux-6.15/drivers/mtd/ubi/
H A Dblock.c299 .getgeo = ubiblock_getgeo,
/linux-6.15/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 Dvirtio_blk.c874 .getgeo = virtblk_getgeo,
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst496 int (*getgeo)(struct block_device *, struct hd_geometry *);
510 getgeo: no
/linux-6.15/drivers/nvme/host/
H A Dmultipath.c540 .getgeo = nvme_getgeo,
/linux-6.15/arch/um/drivers/
H A Dubd_kern.c119 .getgeo = ubd_getgeo,
/linux-6.15/include/linux/
H A Dblkdev.h1579 int (*getgeo)(struct block_device *, struct hd_geometry *); member
/linux-6.15/drivers/memstick/core/
H A Dmspro_block.c206 .getgeo = mspro_block_bd_getgeo,
/linux-6.15/drivers/md/
H A Ddm.c3737 .getgeo = dm_blk_getgeo,
3748 .getgeo = dm_blk_getgeo,
/linux-6.15/drivers/nvdimm/
H A Dbtt.c1493 .getgeo = btt_getgeo,

12