Home
last modified time | relevance | path

Searched defs:geo (Results 126 - 150 of 161) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A Dmtip32xx.c3322 mtip_block_getgeo(struct block_device *dev, struct hd_geometry *geo) mtip_block_getgeo() argument
/kernel/linux/linux-5.10/drivers/block/
H A Damiflop.c1525 static int fd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in fd_getgeo() argument
H A Dskd_main.c3090 static int skd_bdev_getgeo(struct block_device *bdev, struct hd_geometry *geo) in skd_bdev_getgeo() argument
/kernel/linux/linux-5.10/drivers/md/
H A Draid10.c561 static void __raid10_find_phys(struct geom *geo, struct r10bio *r10bio) in __raid10_find_phys() argument
626 struct geom *geo = &conf->geo; raid10_find_phys() local
645 struct geom *geo = &conf->geo; raid10_find_virt() local
717 struct geom *geo = &conf->geo; read_balance() local
3577 setup_geo(struct geom *geo, struct mddev *mddev, enum geo_type new) setup_geo() argument
3651 struct geom geo; setup_conf() local
4076 struct geom geo; raid10_check_reshape() local
4359 last_dev_address(sector_t s, struct geom *geo) last_dev_address() argument
4374 first_dev_address(sector_t s, struct geom *geo) first_dev_address() argument
[all...]
H A Ddm.c434 static int dm_blk_getgeo(struct block_device *bdev, struct hd_geometry *geo) in dm_blk_getgeo() argument
867 int dm_get_geometry(struct mapped_device *md, struct hd_geometry *geo) in dm_get_geometry() argument
877 int dm_set_geometry(struct mapped_device *md, struct hd_geometry *geo) in dm_set_geometry() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsd.c1513 static int sd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in sd_getgeo() argument
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd.c3401 static int dasd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in dasd_getgeo() argument
H A Ddasd_eckd.c202 static void set_ch_t(struct ch_t *geo, __u32 cyl, __u8 head) in set_ch_t() argument
2397 dasd_eckd_fill_geometry(struct dasd_block *block, struct hd_geometry *geo) in dasd_eckd_fill_geometry() argument
3297 struct ch_t geo; in dasd_eckd_format_evaluate_tracks() local
[all...]
/kernel/linux/linux-5.10/drivers/vfio/
H A Dvfio_iommu_type1.c2089 struct iommu_domain_geometry geo; in vfio_iommu_type1_attach_group() local
2332 struct iommu_domain_geometry geo; in vfio_iommu_aper_expand() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dlightnvm.h402 struct nvm_geo geo; member
419 struct nvm_geo geo; member
443 struct nvm_geo *geo = &dev->geo; in generic_to_dev_addr() local
470 struct nvm_geo *geo = &dev->geo; in dev_to_generic_addr() local
499 struct nvm_geo *geo = &dev->geo; dev_to_chunk_addr() local
528 struct nvm_geo *geo = &dev->geo; nvm_ppa32_to_ppa64() local
573 struct nvm_geo *geo = &dev->geo; nvm_ppa64_to_ppa32() local
600 struct nvm_geo *geo = &dev->geo; nvm_next_ppa_in_chk() local
[all...]
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dblock.c391 mmc_blk_getgeo(struct block_device *bdev, struct hd_geometry *geo) in mmc_blk_getgeo() argument
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd.c3315 static int dasd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in dasd_getgeo() argument
/kernel/linux/linux-6.6/drivers/vfio/
H A Dvfio_iommu_type1.c2160 struct iommu_domain_geometry *geo; in vfio_iommu_type1_attach_group() local
2399 struct iommu_domain_geometry *geo = &domain->domain->geometry; in vfio_iommu_aper_expand() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dsd.c1468 static int sd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in sd_getgeo() argument
/kernel/linux/linux-6.6/drivers/block/
H A Damiflop.c1525 static int fd_getgeo(struct block_device *bdev, struct hd_geometry *geo) in fd_getgeo() argument
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.c3163 mtip_block_getgeo(struct block_device *dev, struct hd_geometry *geo) mtip_block_getgeo() argument
/kernel/linux/linux-6.6/drivers/md/
H A Draid10.c587 static void __raid10_find_phys(struct geom *geo, struct r10bio *r10bio) in __raid10_find_phys() argument
652 struct geom *geo = &conf->geo; raid10_find_phys() local
671 struct geom *geo = &conf->geo; raid10_find_virt() local
743 struct geom *geo = &conf->geo; read_balance() local
1653 struct geom *geo = &conf->geo; raid10_handle_discard() local
3980 setup_geo(struct geom *geo, struct mddev *mddev, enum geo_type new) setup_geo() argument
4054 struct geom geo; setup_conf() local
4464 struct geom geo; raid10_check_reshape() local
4747 last_dev_address(sector_t s, struct geom *geo) last_dev_address() argument
4762 first_dev_address(sector_t s, struct geom *geo) first_dev_address() argument
[all...]
H A Ddm.c405 static int dm_blk_getgeo(struct block_device *bdev, struct hd_geometry *geo) in dm_blk_getgeo() argument
827 int dm_get_geometry(struct mapped_device *md, struct hd_geometry *geo) in dm_get_geometry() argument
837 int dm_set_geometry(struct mapped_device *md, struct hd_geometry *geo) in dm_set_geometry() argument
[all...]
/third_party/skia/tests/
H A DGrStyledShapeTest.cpp525 TestCase(const Geo& geo, const SkPaint& paint, skiatest::Reporter* r, in TestCase() argument
777 static void test_basic(skiatest::Reporter* reporter, const Geo& geo) { in test_basic() argument
874 test_scale(skiatest::Reporter* reporter, const Geo& geo) test_scale() argument
945 test_stroke_param_impl(skiatest::Reporter* reporter, const Geo& geo, std::function<void(SkPaint*, T)> setter, T a, T b, bool paramAffectsStroke, bool paramAffectsDashAndStroke) test_stroke_param_impl() argument
1021 test_stroke_param(skiatest::Reporter* reporter, const Geo& geo, std::function<void(SkPaint*, T)> setter, T a, T b) test_stroke_param() argument
1026 test_stroke_cap(skiatest::Reporter* reporter, const Geo& geo) test_stroke_cap() argument
1048 test_stroke_join(skiatest::Reporter* reporter, const Geo& geo) test_stroke_join() argument
1066 test_miter_limit(skiatest::Reporter* reporter, const Geo& geo) test_miter_limit() argument
1104 test_dash_fill(skiatest::Reporter* reporter, const Geo& geo) test_dash_fill() argument
1117 test_null_dash(skiatest::Reporter* reporter, const Geo& geo) test_null_dash() argument
1153 test_path_effect_makes_rrect(skiatest::Reporter* reporter, const Geo& geo) test_path_effect_makes_rrect() argument
1244 test_unknown_path_effect(skiatest::Reporter* reporter, const Geo& geo) test_unknown_path_effect() argument
1290 test_make_hairline_path_effect(skiatest::Reporter* reporter, const Geo& geo) test_make_hairline_path_effect() argument
1350 test_volatile_path(skiatest::Reporter* reporter, const Geo& geo) test_volatile_path() argument
1375 test_path_effect_makes_empty_shape(skiatest::Reporter* reporter, const Geo& geo) test_path_effect_makes_empty_shape() argument
1466 test_path_effect_fails(skiatest::Reporter* reporter, const Geo& geo) test_path_effect_fails() argument
[all...]
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk.h971 static inline int pblk_ppa_to_pos(struct nvm_geo *geo, struct ppa_addr p) in pblk_ppa_to_pos() argument
980 struct nvm_geo *geo = &dev->geo; in addr_to_gen_ppa() local
1020 struct nvm_geo *geo = &dev->geo; in pblk_dev_ppa_to_chunk() local
1039 struct nvm_geo *geo in pblk_dev_ppa_to_line_addr() local
1195 struct nvm_geo *geo = &pblk->dev->geo; print_ppa() local
1233 struct nvm_geo *geo = &tgt_dev->geo; pblk_boundary_ppa_checks() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h721 struct libipw_geo geo; member
/kernel/linux/linux-5.10/include/pcmcia/
H A Dcistpl.h496 } geo[CISTPL_MAX_DEVICES]; member
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dcore.c1855 static int nvme_getgeo(struct block_device *bdev, struct hd_geometry *geo) in nvme_getgeo() argument
/kernel/linux/linux-6.6/include/pcmcia/
H A Dcistpl.h496 } geo[CISTPL_MAX_DEVICES]; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h720 struct libipw_geo geo; member

Completed in 88 milliseconds

1234567