Home
last modified time | relevance | path

Searched refs:first_sector (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/block/partitions/
Dacorn.c32 unsigned long first_sector, int slot) in adfs_partition() argument
53 put_partition(state, slot, first_sector, nr_sects); in adfs_partition()
167 unsigned long first_sector = 0; in adfspart_check_CUMANA() local
199 dr = adfs_partition(state, name, data, first_sector, slot++); in adfspart_check_CUMANA()
213 first_sector += nr_sects; in adfspart_check_CUMANA()
224 slot = riscix_partition(state, first_sector, slot, in adfspart_check_CUMANA()
230 slot = linux_partition(state, first_sector, slot, in adfspart_check_CUMANA()
Dmsdos.c122 sector_t first_sector, sector_t first_size, in parse_extended() argument
134 this_sector = first_sector; in parse_extended()
177 if (next < first_sector) in parse_extended()
179 if (next + size > first_sector + first_size) in parse_extended()
205 this_sector = first_sector + start_sect(p) * sector_size; in parse_extended()
/linux-4.19.296/fs/
Dmpage.c72 sector_t first_sector, int nr_vecs, in mpage_alloc() argument
88 bio->bi_iter.bi_sector = first_sector; in mpage_alloc()
Ddirect-io.c430 sector_t first_sector, int nr_vecs) in dio_bio_alloc() argument
441 bio->bi_iter.bi_sector = first_sector; in dio_bio_alloc()