Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dmount.h147 #define NFSMNT_LLOCK 0x80000 /* Local locking (no lock manager) */ macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c133 if (flags & NFSMNT_LLOCK) in nfs4_setopts()
H A Dnfs_common.c493 if (flags & NFSMNT_LLOCK) in nfs_setopts()
H A Dnfs_dlinet.c2498 int nfs_rootopts = NFSMNT_NOCTO|NFSMNT_LLOCK|NFSMNT_INT;
2716 args->flags |= NFSMNT_LLOCK; in init_mountopts()
H A Dnfs_vfsops.c594 new_mi_llock = (flags & NFSMNT_LLOCK) ? 1 : 0; in nfs_mount()
H A Dnfs3_vfsops.c575 new_mi_llock = (flags & NFSMNT_LLOCK) ? 1 : 0; in nfs3_mount()
H A Dnfs4_stub_vnops.c2037 nargs->flags |= NFSMNT_LLOCK; in nfs4_trigger_nargs_create()
H A Dnfs4_vfsops.c762 new_mi_llock = (flags & NFSMNT_LLOCK) ? 1 : 0; in nfs4_mount()
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c671 if (!(argp->flags & NFSMNT_LLOCK) && vers == NFS_VERSION && in mount_nfs()
678 argp->flags |= NFSMNT_LLOCK; in mount_nfs()
1129 args->flags |= NFSMNT_LLOCK; in set_args()
1983 args->flags |= NFSMNT_LLOCK; in get_fh_via_pub()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c948 argp->flags |= NFSMNT_LLOCK; in nfsmount()
2193 argp->flags |= NFSMNT_LLOCK; in nfsmount()
2194 if (!(argp->flags & NFSMNT_LLOCK) && nfsvers == NFS_VERSION && in nfsmount()
2198 argp->flags |= NFSMNT_LLOCK; in nfsmount()