Home
last modified time | relevance | path

Searched refs:MNTOPT_NOFORCEDIRECTIO (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dmntent.h115 #define MNTOPT_NOFORCEDIRECTIO "noforcedirectio" /* No Force DirectIO */ macro
/titanic_44/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c443 if (eatmntopt(mnt, MNTOPT_NOFORCEDIRECTIO)) { in mountfs()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c132 static char *forcedirectio_cancel[] = { MNTOPT_NOFORCEDIRECTIO, NULL };
158 { MNTOPT_NOFORCEDIRECTIO, noforcedirectio_cancel, NULL, 0,
/titanic_44/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c934 MNTOPT_NOFORCEDIRECTIO,
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2371 MNTOPT_NOFORCEDIRECTIO,
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1978 if (hasmntopt(&m, MNTOPT_NOFORCEDIRECTIO) != NULL) { in nfsmount()