Searched refs:dm_accept_partial_bio (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Ddevice-mapper.h504 void dm_accept_partial_bio(struct bio *bio, unsigned int n_sectors);
/linux-master/drivers/md/
H A Ddm-flakey.c420 dm_accept_partial_bio(bio, UIO_MAXIOV << PAGE_SHIFT >> SECTOR_SHIFT);
H A Ddm-writecache.c1346 dm_accept_partial_bio(bio, next_boundary);
1366 dm_accept_partial_bio(bio, wc->block_size >> SECTOR_SHIFT);
1423 dm_accept_partial_bio(bio, bio_size >> SECTOR_SHIFT);
H A Ddm-zoned-target.c670 dm_accept_partial_bio(bio, dmz_zone_nr_sectors(zmd) - chunk_sector);
H A Ddm.c1307 * A target may call dm_accept_partial_bio only from the map routine. It is
1312 * dm_accept_partial_bio informs the dm that the target only wants to process
1336 void dm_accept_partial_bio(struct bio *bio, unsigned int n_sectors) function
1359 EXPORT_SYMBOL_GPL(dm_accept_partial_bio); variable
1484 * NOTE: dm_accept_partial_bio() will update accordingly.
1533 /* dm_accept_partial_bio() is not supported with shared tio->len_ptr */
H A Ddm-crypt.c3468 dm_accept_partial_bio(bio, ((BIO_MAX_VECS << PAGE_SHIFT) >> SECTOR_SHIFT));
3493 dm_accept_partial_bio(bio, cc->tag_pool_max_sectors);
H A Ddm-snap.c2684 dm_accept_partial_bio(bio, available_sectors);
H A Ddm-integrity.c1938 dm_accept_partial_bio(bio, len);

Completed in 140 milliseconds