1BIO_RESET(9) The Linux VFS BIO_RESET(9)
23
4
NAME
6bio_reset - reinitialize a bio
7
SYNOPSIS
9void bio_reset(struct bio * bio);
10
ARGUMENTS
12bio
13bio to reset
14
DESCRIPTION
16After calling bio_reset, bio will be in the same state as a freshly
17allocated bio returned bio bio_alloc_bioset - the only fields that are
18preserved are the ones that are initialized by bio_alloc_bioset. See
19comment in struct bio.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 BIO_RESET(9)