Searched refs:first_sector (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/block/partitions/ |
D | acorn.c | 26 unsigned long first_sector, int slot) in adfs_partition() argument 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()
|
D | msdos.c | 131 sector_t first_sector, sector_t first_size, in parse_extended() argument 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()
|
/linux-6.1.9/kernel/power/ |
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()
|
/linux-6.1.9/fs/ |
D | direct-io.c | 392 sector_t first_sector, int nr_vecs) in dio_bio_alloc() argument 401 bio->bi_iter.bi_sector = first_sector; in dio_bio_alloc()
|
/linux-6.1.9/drivers/md/ |
D | raid5.c | 771 sector_t first_sector; member 5935 if (dev->sector < ctx->first_sector || in add_all_stripe_bios() 5955 if (dev->sector < ctx->first_sector || in add_all_stripe_bios() 5960 clear_bit((dev->sector - ctx->first_sector) >> in add_all_stripe_bios() 6130 ctx.first_sector = logical_sector; in raid5_make_request() 6185 logical_sector = ctx.first_sector + in raid5_make_request() 6215 sector_t first_sector, last_sector; in reshape_request() local 6404 first_sector = in reshape_request() 6413 while (first_sector <= last_sector) { in reshape_request() 6414 sh = raid5_get_active_stripe(conf, NULL, first_sector, in reshape_request() [all …]
|
/linux-6.1.9/fs/btrfs/ |
D | scrub.c | 1580 struct scrub_sector *first_sector = sblock->sectors[0]; in scrub_recheck_block_on_raid56() local 1597 if (scrub_submit_raid56_bio_wait(fs_info, bio, first_sector)) { in scrub_recheck_block_on_raid56()
|