Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_aio.c1231 bool use_unmapped; in aio_qbio() local
1280 use_unmapped = (dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed; in aio_qbio()
1281 if (!use_unmapped) { in aio_qbio()
1308 if (use_unmapped) { in aio_qbio()