Searched refs:no_split (Results 1 – 1 of 1) sorted by relevance
259 static unsigned get_max_request_sectors(struct dm_target *ti, struct bio *bio, bool no_split) in get_max_request_sectors() argument265 if (no_split) { in get_max_request_sectors()3421 bool no_split; in crypt_map() local3445 no_split = (ti->emulate_zone_append && op_is_write(bio_op(bio))) || in crypt_map()3447 max_sectors = get_max_request_sectors(ti, bio, no_split); in crypt_map()3449 if (unlikely(no_split)) in crypt_map()