1BIO_RESET(9)                     The Linux VFS                    BIO_RESET(9)
2
3
4

NAME

6       bio_reset - reinitialize a bio
7

SYNOPSIS

9       void bio_reset(struct bio * bio);
10

ARGUMENTS

12       bio
13           bio to reset
14

DESCRIPTION

16       After calling bio_reset, bio will be in the same state as a freshly
17       allocated bio returned bio bio_alloc_bioset - the only fields that are
18       preserved are the ones that are initialized by bio_alloc_bioset. See
19       comment in struct bio.
20
22Kernel Hackers Manual 3.10         June 2019                      BIO_RESET(9)
Impressum