/kernel/linux/linux-5.10/block/partitions/ |
H A D | acorn.c | 26 unsigned long first_sector, int slot) in adfs_partition() 47 put_partition(state, slot, first_sector, nr_sects); in adfs_partition() 161 unsigned long first_sector = 0; in adfspart_check_CUMANA() local 193 dr = adfs_partition(state, name, data, first_sector, slot++); in adfspart_check_CUMANA() 207 first_sector += nr_sects; in adfspart_check_CUMANA() 218 slot = riscix_partition(state, first_sector, slot, in adfspart_check_CUMANA() 224 slot = linux_partition(state, first_sector, slot, in adfspart_check_CUMANA() 25 adfs_partition(struct parsed_partitions *state, char *name, char *data, unsigned long first_sector, int slot) adfs_partition() argument
|
H A D | msdos.c | 131 sector_t first_sector, sector_t first_size, in parse_extended() 143 this_sector = first_sector; in parse_extended() 186 if (next < first_sector) in parse_extended() 188 if (next + size > first_sector + first_size) in parse_extended() 214 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended() 130 parse_extended(struct parsed_partitions *state, sector_t first_sector, sector_t first_size, u32 disksig) parse_extended() argument
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | acorn.c | 26 unsigned long first_sector, int slot) in adfs_partition() 47 put_partition(state, slot, first_sector, nr_sects); in adfs_partition() 161 unsigned long first_sector = 0; in adfspart_check_CUMANA() local 193 dr = adfs_partition(state, name, data, first_sector, slot++); in adfspart_check_CUMANA() 207 first_sector += nr_sects; in adfspart_check_CUMANA() 218 slot = riscix_partition(state, first_sector, slot, in adfspart_check_CUMANA() 224 slot = linux_partition(state, first_sector, slot, in adfspart_check_CUMANA() 25 adfs_partition(struct parsed_partitions *state, char *name, char *data, unsigned long first_sector, int slot) adfs_partition() argument
|
H A D | msdos.c | 131 sector_t first_sector, sector_t first_size, in parse_extended() 144 this_sector = first_sector; in parse_extended() 187 if (next < first_sector) in parse_extended() 189 if (next + size > first_sector + first_size) in parse_extended() 215 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended() 130 parse_extended(struct parsed_partitions *state, sector_t first_sector, sector_t first_size, u32 disksig) parse_extended() argument
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid0.c | 279 sector_t first_sector = conf->strip_zone[i-1].zone_end; in create_strip_zones() local 281 sector_div(first_sector, mddev->chunk_sectors); in create_strip_zones() 284 zone->disk_shift = sector_div(first_sector, in create_strip_zones()
|
H A D | raid5.c | 5953 sector_t first_sector, last_sector; in reshape_request() local 6141 first_sector = in reshape_request() 6150 while (first_sector <= last_sector) { in reshape_request() 6151 sh = raid5_get_active_stripe(conf, first_sector, 1, 0, 1); in reshape_request() 6155 first_sector += RAID5_STRIPE_SECTORS(conf); in reshape_request()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid0.c | 275 sector_t first_sector = conf->strip_zone[i-1].zone_end; in create_strip_zones() local 277 sector_div(first_sector, mddev->chunk_sectors); in create_strip_zones() 280 zone->disk_shift = sector_div(first_sector, in create_strip_zones()
|
H A D | raid5.c | 771 sector_t first_sector; member 5929 if (dev->sector < ctx->first_sector || in add_all_stripe_bios() 5949 if (dev->sector < ctx->first_sector || in add_all_stripe_bios() 5954 clear_bit((dev->sector - ctx->first_sector) >> in add_all_stripe_bios() 6179 ctx.first_sector = logical_sector; in raid5_make_request() 6211 s = (logical_sector - ctx.first_sector) >> RAID5_STRIPE_SHIFT(conf); in raid5_make_request() 6245 logical_sector = ctx.first_sector + in raid5_make_request() 6275 sector_t first_sector, last_sector; in reshape_request() local 6464 first_sector = in reshape_request() 6473 while (first_sector < in reshape_request() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | mpage.c | 72 sector_t first_sector, int nr_vecs, in mpage_alloc() 88 bio->bi_iter.bi_sector = first_sector; in mpage_alloc() 71 mpage_alloc(struct block_device *bdev, sector_t first_sector, int nr_vecs, gfp_t gfp_flags) mpage_alloc() argument
|
H A D | direct-io.c | 392 sector_t first_sector, int nr_vecs) in dio_bio_alloc() 403 bio->bi_iter.bi_sector = first_sector; in dio_bio_alloc() 390 dio_bio_alloc(struct dio *dio, struct dio_submit *sdio, struct block_device *bdev, sector_t first_sector, int nr_vecs) dio_bio_alloc() argument
|
/kernel/linux/linux-5.10/kernel/power/ |
H A D | swap.c | 99 sector_t first_sector; member 326 swsusp_header->image = handle->first_sector; in mark_swapfiles() 439 handle->first_sector = handle->cur_swap; in get_swap_writer()
|
/kernel/linux/linux-6.6/kernel/power/ |
H A D | swap.c | 100 sector_t first_sector; member 324 swsusp_header->image = handle->first_sector; in mark_swapfiles() 441 handle->first_sector = handle->cur_swap; in get_swap_writer()
|
/kernel/linux/linux-6.6/fs/ |
H A D | direct-io.c | 397 sector_t first_sector, int nr_vecs) in dio_bio_alloc() 406 bio->bi_iter.bi_sector = first_sector; in dio_bio_alloc() 395 dio_bio_alloc(struct dio *dio, struct dio_submit *sdio, struct block_device *bdev, sector_t first_sector, int nr_vecs) dio_bio_alloc() argument
|