Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h95 #define MNTOPT_NOCTO "nocto" /* No close-to-open consistency */ macro
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c910 MNTOPT_NOCTO,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2410 MNTOPT_NOCTO,
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1912 if (hasmntopt(&m, MNTOPT_NOCTO) != NULL) { in nfsmount()