Home
last modified time | relevance | path

Searched refs:NFSMNT_INT (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dmount.h99 #define NFSMNT_INT 0x040 /* allow interrupts on hard mount */ macro
/titanic_41/usr/src/uts/common/nfs/
H A Dmount.h134 #define NFSMNT_INT 0x040 /* allow interrupts on hard mount */ macro
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c980 args->flags = NFSMNT_INT; /* default is "intr" */ in set_args()
1041 args->flags |= NFSMNT_INT; in set_args()
1044 args->flags &= ~(NFSMNT_INT); in set_args()
/titanic_41/usr/src/cmd/rexd/
H A Dmount_nfs.c342 args.flags |= NFSMNT_INT; /* default is "intr" */ in mount_nfs()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2435 int nfs_rootopts = NFSMNT_NOCTO|NFSMNT_LLOCK|NFSMNT_INT;
2548 args->flags |= NFSMNT_INT; in init_mountopts()
2551 args->flags &= ~(NFSMNT_INT); in init_mountopts()
H A Dnfs_vfsops.c1173 if (flags & NFSMNT_INT) in nfsrootvp()
H A Dnfs3_vfsops.c1044 if (flags & NFSMNT_INT) in nfs3rootvp()
H A Dnfs4_stub_vnops.c2013 nargs->flags |= NFSMNT_INT; in nfs4_trigger_nargs_create()
H A Dnfs4_vfsops.c2307 if (flags & NFSMNT_INT) in nfs4rootvp()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1866 argp->flags |= NFSMNT_INT; /* default is "intr" */ in nfsmount()
1967 argp->flags &= ~(NFSMNT_INT); in nfsmount()