| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | ibm.c | 31 static sector_t cchh2blk(struct vtoc_cchh *ptr, struct hd_geometry *geo) in cchh2blk() 49 static sector_t cchhb2blk(struct vtoc_cchhb *ptr, struct hd_geometry *geo) in cchhb2blk() 66 struct hd_geometry *geo, in find_label() 134 struct hd_geometry *geo, in find_vol1_partitions() 196 struct hd_geometry *geo, in find_lnx1_partitions() 243 struct hd_geometry *geo, in find_cms1_partitions() 298 struct hd_geometry *geo; in ibm_partition() 317 geo = kmalloc(sizeof(struct hd_geometry), GFP_KERNEL); in ibm_partition()
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | blktrans.h | 13 struct hd_geometry; 57 int (*getgeo)(struct mtd_blktrans_dev *dev, struct hd_geometry *geo);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 91 - struct hd_geometry g; 137 -int get_geometry(int devfd, uint64_t totalbytes, struct hd_geometry *geo) 202 - struct hd_geometry geo; 290 + struct hd_geometry g; 336 +static int get_geometry(int dev_fd, uint64_t totalbytes, struct hd_geometry *geo) 399 + struct hd_geometry geo;
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | ioctl.c | 413 struct hd_geometry __user *argp) in blkdev_getgeo() 416 struct hd_geometry geo; in blkdev_getgeo() 450 struct hd_geometry geo; in compat_hdio_getgeo()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-core.h | 101 struct hd_geometry geometry;
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | device-mapper.h | 492 int dm_get_geometry(struct mapped_device *md, struct hd_geometry *geo); 493 int dm_set_geometry(struct mapped_device *md, struct hd_geometry *geo);
|
| /OK3568_Linux_fs/kernel/drivers/memstick/core/ |
| H A D | ms_block.h | 152 struct hd_geometry geometry;
|
| /OK3568_Linux_fs/kernel/arch/m68k/emu/ |
| H A D | nfblock.c | 83 static int nfhd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in nfhd_getgeo()
|
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoe.h | 175 struct hd_geometry geo;
|
| H A D | aoeblk.c | 285 aoeblk_getgeo(struct block_device *bdev, struct hd_geometry *geo) in aoeblk_getgeo()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | hdreg.h | 324 struct hd_geometry { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | hdreg.h | 314 struct hd_geometry { struct
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | hdreg.h | 314 struct hd_geometry { struct
|
| /OK3568_Linux_fs/kernel/drivers/block/rsxx/ |
| H A D | dev.c | 73 static int rsxx_getgeo(struct block_device *bdev, struct hd_geometry *geo) in rsxx_getgeo()
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | xpram.c | 233 static int xpram_getgeo(struct block_device *bdev, struct hd_geometry *geo) in xpram_getgeo()
|
| H A D | dasd_diag.c | 484 dasd_diag_fill_geometry(struct dasd_block *block, struct hd_geometry *geo) in dasd_diag_fill_geometry()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | ssfdc.c | 406 static int ssfdcr_getgeo(struct mtd_blktrans_dev *dev, struct hd_geometry *geo) in ssfdcr_getgeo()
|
| H A D | mtd_blkdevs.c | 281 static int blktrans_getgeo(struct block_device *bdev, struct hd_geometry *geo) in blktrans_getgeo()
|
| H A D | nftlcore.c | 767 static int nftl_getgeo(struct mtd_blktrans_dev *dev, struct hd_geometry *geo) in nftl_getgeo()
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | pf.c | 213 static int pf_getgeo(struct block_device *bdev, struct hd_geometry *geo); 354 static int pf_getgeo(struct block_device *bdev, struct hd_geometry *geo) in pf_getgeo()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-gd.c | 280 static int ide_gd_getgeo(struct block_device *bdev, struct hd_geometry *geo)
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/ |
| H A D | hdio.rst | 92 struct hd_geometry geom; 103 hd_geometry structure containing: 130 In addition, the cylinders field of the hd_geometry is an
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | block.c | 275 static int ubiblock_getgeo(struct block_device *bdev, struct hd_geometry *geo) in ubiblock_getgeo()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | sx8.c | 404 static int carm_bdev_getgeo(struct block_device *bdev, struct hd_geometry *geo); 430 static int carm_bdev_getgeo(struct block_device *bdev, struct hd_geometry *geo) in carm_bdev_getgeo()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | ubd_kern.c | 114 static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo); 1451 static int ubd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in ubd_getgeo()
|