Home
last modified time | relevance | path

Searched refs:blk_zone_report_hdr (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/block/
Dnull_blk_zoned.c54 struct blk_zone_report_hdr *hdr = NULL; in null_zone_fill_bio()
66 hdr = (struct blk_zone_report_hdr *)addr; in null_zone_fill_bio()
69 addr += sizeof(struct blk_zone_report_hdr); in null_zone_fill_bio()
/Linux-v4.19/block/
Dblk-zoned.c114 struct blk_zone_report_hdr *hdr; in blkdev_report_zones()
146 rep_bytes = sizeof(struct blk_zone_report_hdr) + in blkdev_report_zones()
205 ofst = sizeof(struct blk_zone_report_hdr); in blkdev_report_zones()
/Linux-v4.19/drivers/scsi/
Dsd_zbc.c168 struct blk_zone_report_hdr hdr; in sd_zbc_report_zones_complete()
177 memset(&hdr, 0, sizeof(struct blk_zone_report_hdr)); in sd_zbc_report_zones_complete()
193 memcpy(buf, &hdr, sizeof(struct blk_zone_report_hdr)); in sd_zbc_report_zones_complete()
/Linux-v4.19/drivers/md/
Ddm.c1172 struct blk_zone_report_hdr *hdr = NULL; in dm_remap_zone_report()
1203 ofst = sizeof(struct blk_zone_report_hdr); in dm_remap_zone_report()
/Linux-v4.19/include/linux/
Dblkdev.h399 struct blk_zone_report_hdr { struct