Lines Matching refs:front_pad
117 return bs->front_pad + sizeof(struct bio) + bs->back_pad;
122 return (void *)bio - bio->bi_pool->front_pad;
209 mempool_free(p - bs->front_pad, &bs->bio_pool);
530 * submit_bio_noacct() should be avoided - instead, use bio_set's front_pad
560 bio = p + bs->front_pad;
595 bio = p + bs->front_pad;
1927 * @front_pad: Number of bytes to allocate in front of the returned bio
1946 unsigned int front_pad,
1949 bs->front_pad = front_pad;