Home
last modified time | relevance | path

Searched refs:MNTOPT_NOINTR (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h82 #define MNTOPT_NOINTR "nointr" /* Don't allow interrupted ops */ macro
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c123 static char *intr_cancel[] = { MNTOPT_NOINTR, NULL };
136 { MNTOPT_NOINTR, nointr_cancel, NULL, 0, 0 },
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c537 (void *)MNTOPT_NOINTR },
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c433 if (eatmntopt(mnt, MNTOPT_NOINTR)) in mountfs()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c131 static char *intr_cancel[] = { MNTOPT_NOINTR, NULL };
153 { MNTOPT_NOINTR, nointr_cancel, NULL, 0,
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c878 MNTOPT_NOINTR,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2378 MNTOPT_NOINTR,
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1906 if (hasmntopt(&m, MNTOPT_NOINTR) != NULL) { in nfsmount()