Home
last modified time | relevance | path

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

/NextBSD/sys/nfsclient/
HDnfsargs.h102 #define NFSMNT_NONCONTIGWR 0x80000000 /* Enable non-contiguous writes */ macro
/NextBSD/sys/fs/nfsclient/
HDnfs_clvfsops.c868 args.flags |= NFSMNT_NONCONTIGWR; in nfs_mount()
1851 nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_NONCONTIGWR) != 0, in nfscl_retopts()
HDnfs_clbio.c1006 (nmp->nm_flag & NFSMNT_NONCONTIGWR) != 0) in ncl_write()