Home
last modified time | relevance | path

Searched refs:use_unmapped (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_aio.c1222 bool use_unmapped; in aio_qbio() local
1271 use_unmapped = (dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed; in aio_qbio()
1272 if (!use_unmapped) { in aio_qbio()
1299 if (use_unmapped) { in aio_qbio()