Home
last modified time | relevance | path

Searched refs:num_sectors (Results 1 – 2 of 2) sorted by relevance

/block/partitions/
Dsun.c61 __be32 num_sectors; in sun_partition() member
111 unsigned int num_sectors; in sun_partition() local
114 num_sectors = be32_to_cpu(p->num_sectors); in sun_partition()
115 if (num_sectors) { in sun_partition()
116 put_partition(state, slot, st_sector, num_sectors); in sun_partition()
/block/
Dblk-crypto-fallback.c215 unsigned int num_sectors = 0; in blk_crypto_split_bio_if_needed() local
220 num_sectors += bv.bv_len >> SECTOR_SHIFT; in blk_crypto_split_bio_if_needed()
224 if (num_sectors < bio_sectors(bio)) { in blk_crypto_split_bio_if_needed()
227 split_bio = bio_split(bio, num_sectors, GFP_NOIO, NULL); in blk_crypto_split_bio_if_needed()