Searched refs:num_sectors (Results 1 – 2 of 2) sorted by relevance
61 __be32 num_sectors; in sun_partition() member110 unsigned int num_sectors; in sun_partition() local113 num_sectors = be32_to_cpu(p->num_sectors); in sun_partition()114 if (num_sectors) { in sun_partition()115 put_partition(state, slot, st_sector, num_sectors); in sun_partition()
215 unsigned int num_sectors = 0; in blk_crypto_fallback_split_bio_if_needed() local220 num_sectors += bv.bv_len >> SECTOR_SHIFT; in blk_crypto_fallback_split_bio_if_needed()224 if (num_sectors < bio_sectors(bio)) { in blk_crypto_fallback_split_bio_if_needed()227 split_bio = bio_split(bio, num_sectors, GFP_NOIO, in blk_crypto_fallback_split_bio_if_needed()