1BIO_TRIM(9) The Linux VFS BIO_TRIM(9)
23
4
NAME
6bio_trim - trim a bio
7
SYNOPSIS
9void bio_trim(struct bio * bio, int offset, int size);
10
ARGUMENTS
12bio
13bio to trim
1415
offset
16number of sectors to trim from the front of bio
1718
size
19size we want to trim bio to, in sectors
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 BIO_TRIM(9)