table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
BIO_RESET(9) | The Linux VFS | BIO_RESET(9) |
NAME¶
bio_reset - reinitialize a bioSYNOPSIS¶
void
bio_reset(struct bio * bio);
ARGUMENTS¶
biobio to reset
DESCRIPTION¶
After calling bio_reset, bio will be in the same state as a freshly allocated bio returned bio bio_alloc_bioset - the only fields that are preserved are the ones that are initialized by bio_alloc_bioset. See comment in struct bio.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |