BIO_UNMAP_USER(9) The Linux VFS BIO_UNMAP_USER(9)NAMEbio_unmap_user - unmap a bioSYNOPSISvoid bio_unmap_user(struct bio * bio);ARGUMENTSbio the bio being unmappedDESCRIPTIONUnmap a bio previously mapped by bio_map_user. Must be called with a process context. bio_unmap_user may sleep.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BIO_UNMAP_USER(9)