Home
last modified time | relevance | path

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

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