Lines Matching refs:argp
614 * @argp: pointer to result buffer
639 * @argp: pointer to result buffer
1803 * @argp: pointer to where to put the output
1811 struct hd_geometry *argp)
1815 argp->heads = fd->geo_heads;
1816 argp->sectors = fd->geo_sectors;
1817 argp->cylinders = fd->geo_cylinders;
1818 argp->start = fd->part_hidden_sectors;
1826 * @argp: pointer to where to put the output
1833 static __inline__ int ntfs_win32_blksszget(struct ntfs_device *dev,int *argp)
1842 *argp = dg.BytesPerSector;
1851 unsigned long request, void *argp)
1863 *(int *)argp = (int)(fd->part_length / 512);
1873 *(s64 *)argp = fd->part_length;
1882 return ntfs_win32_hdio_getgeo(dev, (struct hd_geometry *)argp);
1888 *(int*)argp = fd->geo_sector_size;
1891 return ntfs_win32_blksszget(dev, (int *)argp);