Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c59 extern int newnfs_directio_allow_mmap;
142 if (newnfs_directio_enable && !newnfs_directio_allow_mmap) { in ncl_getpages()
301 if (newnfs_directio_enable && !newnfs_directio_allow_mmap && in ncl_putpages()
H A Dnfs_clvnops.c299 int newnfs_directio_allow_mmap = 1; variable
301 &newnfs_directio_allow_mmap, 0, "Enable mmaped IO on file with O_DIRECT opens");