Searched refs:MNTOPT_NOINTR (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mntent.h | 82 #define MNTOPT_NOINTR "nointr" /* Don't allow interrupted ops */ macro
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 123 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 D | fdops.c | 537 (void *)MNTOPT_NOINTR },
|
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 433 if (eatmntopt(mnt, MNTOPT_NOINTR)) in mountfs()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 132 static char *intr_cancel[] = { MNTOPT_NOINTR, NULL }; 154 { MNTOPT_NOINTR, nointr_cancel, NULL, 0,
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 878 MNTOPT_NOINTR,
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 2378 MNTOPT_NOINTR,
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 1906 if (hasmntopt(&m, MNTOPT_NOINTR) != NULL) { in nfsmount()
|