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)
H A Dnfs_common.c493 if (flags & NFSMNT_LLOCK)
H A Dnfs_dlinet.c2433 * Default flags: NFSMNT_NOCTO|NFSMNT_LLOCK|NFSMNT_INT
2435 int nfs_rootopts = NFSMNT_NOCTO|NFSMNT_LLOCK|NFSMNT_INT;
2653 args->flags |= NFSMNT_LLOCK;
H A Dnfs3_vfsops.c575 new_mi_llock = (flags & NFSMNT_LLOCK) ? 1 : 0;
H A Dnfs_vfsops.c594 new_mi_llock = (flags & NFSMNT_LLOCK) ? 1 : 0;
H A Dnfs4_stub_vnops.c2037 nargs->flags |= NFSMNT_LLOCK;
H A Dnfs4_vfsops.c760 new_mi_llock = (flags & NFSMNT_LLOCK) ? 1 : 0;
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c671 if (!(argp->flags & NFSMNT_LLOCK) && vers == NFS_VERSION &&
678 argp->flags |= NFSMNT_LLOCK;
1129 args->flags |= NFSMNT_LLOCK;
1983 args->flags |= NFSMNT_LLOCK;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c953 argp->flags |= NFSMNT_LLOCK;
2198 argp->flags |= NFSMNT_LLOCK;
2199 if (!(argp->flags & NFSMNT_LLOCK) && nfsvers == NFS_VERSION &&
2203 argp->flags |= NFSMNT_LLOCK;

Completed in 119 milliseconds