Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h114 #define MNTOPT_FORCEDIRECTIO "forcedirectio" /* Force DirectIO on all files */ macro
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c439 if (eatmntopt(mnt, MNTOPT_FORCEDIRECTIO)) { in mountfs()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c134 static char *noforcedirectio_cancel[] = { MNTOPT_FORCEDIRECTIO, NULL };
157 { MNTOPT_FORCEDIRECTIO, forcedirectio_cancel, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c932 MNTOPT_FORCEDIRECTIO,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2432 MNTOPT_FORCEDIRECTIO,
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1915 if (hasmntopt(&m, MNTOPT_FORCEDIRECTIO) != NULL) { in nfsmount()