Lines Matching defs:front_pad
264 p -= bs->front_pad;
431 * submit_bio_noacct() should be avoided - instead, use bio_set's front_pad
441 unsigned front_pad;
452 front_pad = 0;
493 front_pad = bs->front_pad;
500 bio = p + front_pad;
1568 * @front_pad: Number of bytes to allocate in front of the returned bio
1587 unsigned int front_pad,
1592 bs->front_pad = front_pad;
1598 bs->bio_slab = bio_find_or_create_slab(front_pad + back_pad);
1637 return bioset_init(bs, src->bio_pool.min_nr, src->front_pad, flags);