Searched refs:tag_pool_max_sectors (Results 1 – 1 of 1) sorted by relevance
227 unsigned int tag_pool_max_sectors; member3376 cc->tag_pool_max_sectors = POOL_ENTRY_SIZE / cc->tuple_size; in crypt_ctr()3377 if (!cc->tag_pool_max_sectors) in crypt_ctr()3378 cc->tag_pool_max_sectors = 1; in crypt_ctr()3381 cc->tag_pool_max_sectors * cc->tuple_size); in crypt_ctr()3387 cc->tag_pool_max_sectors <<= cc->sector_shift; in crypt_ctr()3515 if (bio_sectors(bio) > cc->tag_pool_max_sectors) in crypt_map()3516 dm_accept_partial_bio(bio, cc->tag_pool_max_sectors); in crypt_map()