other versions
BIO_TRIM(9) | The Linux VFS | BIO_TRIM(9) |
NAME¶
bio_trim - trim a bio
SYNOPSIS¶
void bio_trim(struct bio * bio, int offset, int size);
ARGUMENTS¶
struct bio * bio
bio to trim
int offset
number of sectors to trim from the front of
bio
int size
size we want to trim bio to, in sectors
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |