HomeSort by: relevance | last modified time | path
    Searched refs:newnfs_directio_allow_mmap (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clbio.c 55 extern int newnfs_directio_allow_mmap;
103 if (newnfs_directio_enable && !newnfs_directio_allow_mmap) {
260 if (newnfs_directio_enable && !newnfs_directio_allow_mmap &&
nfs_clvnops.c 262 int newnfs_directio_allow_mmap = 1; variable in typeref:typename:int
264 &newnfs_directio_allow_mmap, 0, "Enable mmaped IO on file with O_DIRECT opens");

Completed in 104 milliseconds