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

NAME

6       bio_put - release a reference to a bio
7

SYNOPSIS

9       void bio_put(struct bio * bio);
10

ARGUMENTS

12       bio
13           bio to release reference to
14

DESCRIPTION

16       Put a reference to a struct bio, either one you have gotten with
17       bio_alloc, bio_get or bio_clone. The last put of a bio will free it.
18
20Kernel Hackers Manual 3.10         June 2019                        BIO_PUT(9)
Impressum