Searched refs:hd_geometry (Results 1 – 25 of 38) sorted by relevance
12
/linux-2.4.37.9/fs/partitions/ |
D | ibm.c | 39 cchh2blk (cchh_t *ptr, struct hd_geometry *geo) { in cchh2blk() 50 cchhb2blk (cchhb_t *ptr, struct hd_geometry *geo) { in cchhb2blk() 97 struct hd_geometry *geo; in ibm_partition() 109 if ((geo = kmalloc(sizeof(struct hd_geometry), GFP_KERNEL)) == NULL) in ibm_partition()
|
/linux-2.4.37.9/drivers/ide/legacy/ |
D | hd.c | 628 struct hd_geometry *loc = (struct hd_geometry *) arg; in hd_ioctl() 639 struct hd_geometry g; in hd_ioctl()
|
/linux-2.4.37.9/drivers/ide/raid/ |
D | silraid.c | 121 struct hd_geometry *loc = (struct hd_geometry *) arg; in silraid_ioctl()
|
D | medley.c | 243 struct hd_geometry *loc = in medley_ioctl() 244 (struct hd_geometry *) arg; in medley_ioctl()
|
D | pdcraid.c | 123 struct hd_geometry *loc = (struct hd_geometry *) arg; in pdcraid_ioctl()
|
D | hptraid.c | 191 struct hd_geometry *loc = (struct hd_geometry *) arg; in hptraid_ioctl()
|
/linux-2.4.37.9/drivers/s390/block/ |
D | xpram.c | 641 struct hd_geometry *geo = (struct hd_geometry *)arg; in xpram_ioctl()
|
D | dasd_int.h | 326 struct hd_geometry *);
|
D | dasd_fba.c | 221 dasd_fba_fill_geometry (struct dasd_device_t *device, struct hd_geometry *geo) in dasd_fba_fill_geometry()
|
D | dasd_diag.c | 416 dasd_diag_fill_geometry (struct dasd_device_t *device, struct hd_geometry *geo) in dasd_diag_fill_geometry()
|
D | dasd.c | 150 static int dasd_fillgeo (int kdev, struct hd_geometry *geo); 2787 struct hd_geometry geo = { 0, }; in do_dasd_ioctl() 2792 rc = copy_to_user ((struct hd_geometry *) data, &geo, in do_dasd_ioctl() 2793 sizeof (struct hd_geometry)); in do_dasd_ioctl() 3351 dasd_fillgeo(int kdev,struct hd_geometry *geo) in dasd_fillgeo()
|
/linux-2.4.37.9/drivers/block/ |
D | xd.c | 331 struct hd_geometry g; in xd_ioctl() 332 struct hd_geometry *geometry = (struct hd_geometry *) arg; in xd_ioctl()
|
D | acsi.c | 1122 { struct hd_geometry *geo = (struct hd_geometry *)arg; in acsi_ioctl()
|
D | amiflop.c | 1491 struct hd_geometry loc; in fd_ioctl() 1497 sizeof(struct hd_geometry))) in fd_ioctl()
|
D | cpqarray.c | 1248 struct hd_geometry driver_geo; in ida_ioctl() 1263 sizeof( struct hd_geometry))) in ida_ioctl()
|
/linux-2.4.37.9/drivers/acorn/block/ |
D | mfmhd.c | 134 struct hd_geometry { struct 1183 struct hd_geometry *geo = (struct hd_geometry *) arg; in mfm_ioctl()
|
/linux-2.4.37.9/include/linux/ |
D | hdreg.h | 397 struct hd_geometry { struct
|
/linux-2.4.37.9/drivers/block/paride/ |
D | pd.c | 448 { struct hd_geometry *geo = (struct hd_geometry *) arg; in pd_ioctl()
|
D | pf.c | 449 struct hd_geometry *geo = (struct hd_geometry *) arg; in pf_ioctl()
|
/linux-2.4.37.9/drivers/scsi/ |
D | sd.c | 178 struct hd_geometry *loc = (struct hd_geometry *) arg; in sd_ioctl()
|
/linux-2.4.37.9/drivers/mtd/ |
D | ftl.c | 1163 struct hd_geometry *geo = (struct hd_geometry *)arg; in ftl_ioctl()
|
D | nftlcore.c | 803 struct hd_geometry g; in nftl_ioctl()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | ioctl32.c | 53 struct hd_geometry hg; in hd_geometry_ioctl()
|
/linux-2.4.37.9/drivers/md/ |
D | lvm.c | 942 struct hd_geometry *hd = (struct hd_geometry *) a; in _hdio_getgeo()
|
/linux-2.4.37.9/drivers/ide/ |
D | ide.c | 1768 struct hd_geometry *loc = (struct hd_geometry *) arg; in ide_ioctl()
|
12