bio_trim (9) - Linux Manuals
bio_trim: trim a bio
Command to display bio_trim manual in Linux: $ man 9 bio_trim
 
NAME
bio_trim - trim a bio
SYNOPSIS
- 
void bio_trim(struct bio * bio, int offset, int size);
ARGUMENTS
bio
- 
- bio to trim
offset
- 
number of sectors to trim from the front of
bio
size
- 
size we want to trim
bio
to, in sectors
COPYRIGHT