| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A 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 = (state->bdev->bd_inode->i_size >> 9) - start_sect; in adfspart_check_ADFS() 280 if (start_sect) { in adfspart_check_ADFS() 285 slot = riscix_partition(state, start_sect, slot, in adfspart_check_ADFS() 291 slot = linux_partition(state, start_sect, slot, in adfspart_check_ADFS()
|
| H A 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() 180 offs = start_sect(p)*sector_size; in parse_extended() 214 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended() 441 __le32 start_sect; /* starting sector */ member 512 le32_to_cpu(p->start_sect), in parse_unixware() 558 start_sect(p), nr_sects(p)); in parse_minix() 662 sector_t start = start_sect(p)*sector_size; in msdos_partition() 710 subtypes[n].parse(state, start_sect(p) * sector_size, in msdos_partition()
|
| H A D | amiga.c | 34 int start_sect, nr_sects, blk, part, res = 0; in amiga_partition() local 107 start_sect = be32_to_cpu(pb->pb_Environment[9]) * in amiga_partition() 111 put_partition(state,slot++,start_sect,nr_sects); in amiga_partition()
|
| H A D | core.c | 188 return sprintf(buf, "%llu\n",(unsigned long long)p->start_sect); in part_start_show() 205 p->start_sect)); in part_alignment_offset_show() 215 p->start_sect)); in part_discard_alignment_show() 297 part->start_sect = 0; in hd_struct_free_work() 421 p->start_sect = start; in add_partition() 514 start >= part->start_sect + part->nr_sects || in partition_overlaps() 515 start + length <= part->start_sect) in partition_overlaps() 598 if (start != part->start_sect) in bdev_resize_partition()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pstore_blk.h | 22 typedef int (*pstore_blk_panic_write_op)(const char *buf, sector_t start_sect, 46 sector_t start_sect; member
|
| H A D | msdos_partition.h | 16 __le32 start_sect; /* starting sector counting from 0 */ member
|
| H A D | genhd.h | 55 sector_t start_sect; member 342 return bdev->bd_part->start_sect; in get_start_sect()
|
| H A D | blkdev.h | 1508 bdev->bd_part->start_sect); in bdev_alignment_offset() 1565 bdev->bd_part->start_sect); in bdev_discard_alignment()
|
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | blk.c | 98 sector_t start_sect; member 258 info->start_sect = get_start_sect(bdev); in psblk_get_bdev() 396 info->start_sect = binfo.start_sect; in __register_pstore_blk()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | part_efi.h | 71 __le32 start_sect; /* starting sector counting from 0 */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsicam.c | 107 logical_end = get_unaligned_le32(&largest->start_sect) in scsi_partsize()
|
| H A D | scsi_debug.c | 5344 pp->start_sect = cpu_to_le32(start_sec); in sdebug_build_parts()
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | gpt.h | 128 u32 start_sect; /* starting sector counting from 0 */ member
|
| H A D | flash_image.c | 536 mbr->partition_record[0].start_sect = 1; in create_gpt_buffer()
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | gpt.h | 116 u32 start_sect; /* starting sector counting from 0 */ member
|
| H A D | RKAndroidDevice.cpp | 3563 mbr->partition_record[0].start_sect = 1; in create_gpt_buffer()
|
| /OK3568_Linux_fs/kernel/drivers/dax/ |
| H A D | super.c | 49 sector_t start_sect = bdev ? get_start_sect(bdev) : 0; in bdev_dax_pgoff() local 50 phys_addr_t phys_off = (start_sect + sector) * 512; in bdev_dax_pgoff()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-lib.c | 68 part_offset = bdev->bd_part->start_sect; in __blkdev_issue_discard()
|
| H A D | blk-core.c | 766 bio->bi_iter.bi_sector += p->start_sect; in blk_partition_remap() 768 bio->bi_iter.bi_sector - p->start_sect); in blk_partition_remap()
|
| H A D | genhd.c | 298 return part->start_sect <= sector && in sector_in_part() 299 sector < part->start_sect + part_nr_sects_read(part); in sector_in_part()
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_efi.c | 535 p_mbr->partition_record[0].start_sect = 1; in set_protective_mbr() 1068 get_unaligned_le32(&part->start_sect) == 1UL) { in pmbr_part_valid()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | blktrace.c | 467 bt->start_lba = part->start_sect; in blk_trace_setup_lba() 468 bt->end_lba = part->start_sect + part->nr_sects; in blk_trace_setup_lba()
|