Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/
H A Dmntent.h73 #define MNTOPT_NOCTO "nocto" /* no "close to open" attr consistency */ macro
/titanic_41/usr/src/uts/common/sys/
H A Dmntent.h95 #define MNTOPT_NOCTO "nocto" /* No close-to-open consistency */ macro
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c910 MNTOPT_NOCTO,
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2347 MNTOPT_NOCTO,
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1972 if (hasmntopt(&m, MNTOPT_NOCTO) != NULL) { in nfsmount()