Searched refs:start_sect (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/block/partitions/ |
D | acorn.c | 119 __le32 start_sect; member 147 le32_to_cpu(linuxp->start_sect), in linux_partition() 252 unsigned long start_sect, nr_sects, sectscyl, heads; in adfspart_check_ADFS() local 271 start_sect = ((data[0x1fe] << 8) + data[0x1fd]) * sectscyl; in adfspart_check_ADFS() 278 nr_sects = get_capacity(state->disk) - start_sect; in adfspart_check_ADFS() 280 if (start_sect) { in adfspart_check_ADFS() 285 riscix_partition(state, start_sect, slot, in adfspart_check_ADFS() 291 linux_partition(state, start_sect, slot, in adfspart_check_ADFS()
|
D | msdos.c | 46 static inline sector_t start_sect(struct msdos_partition *p) in start_sect() function 48 return (sector_t)get_unaligned_le32(&p->start_sect); in start_sect() 181 offs = start_sect(p)*sector_size; in parse_extended() 215 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended() 442 __le32 start_sect; /* starting sector */ member 513 le32_to_cpu(p->start_sect), in parse_unixware() 559 start_sect(p), nr_sects(p)); in parse_minix() 664 sector_t start = start_sect(p)*sector_size; in msdos_partition() 712 subtypes[n].parse(state, start_sect(p) * sector_size, in msdos_partition()
|
D | amiga.c | 34 int start_sect, nr_sects, blk, part, res = 0; in amiga_partition() local 106 start_sect = be32_to_cpu(pb->pb_Environment[9]) * in amiga_partition() 110 put_partition(state,slot++,start_sect,nr_sects); in amiga_partition()
|
/linux-5.19.10/include/linux/ |
D | msdos_partition.h | 16 __le32 start_sect; /* starting sector counting from 0 */ member
|
/linux-5.19.10/drivers/scsi/ |
D | scsicam.c | 106 logical_end = get_unaligned_le32(&largest->start_sect) in scsi_partsize()
|
D | scsi_debug.c | 5527 pp->start_sect = cpu_to_le32(start_sec); in sdebug_build_parts()
|
/linux-5.19.10/drivers/nvme/target/ |
D | zns.c | 273 sector_t start_sect = nvmet_lba_to_sect(req->ns, req->cmd->zmr.slba); in nvmet_bdev_zone_zmgmt_recv_work() local 297 ret = blkdev_report_zones(req->ns->bdev, start_sect, req_slba_nr_zones, in nvmet_bdev_zone_zmgmt_recv_work()
|