Searched refs:front_pad (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbio.c247 if (bs->front_pad)
248 p -= bs->front_pad;
288 bio = p + bs->front_pad;
1608 * @front_pad: Number of bytes to allocate in front of the returned bio
1618 struct bio_set *bioset_create(unsigned int pool_size, unsigned int front_pad) argument
1627 bs->front_pad = front_pad;
1629 bs->bio_slab = bio_find_or_create_slab(front_pad + back_pad);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h295 unsigned int front_pad; member in struct:bio_set

Completed in 69 milliseconds