Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h459 #define MI_LLOCK 0x80 /* local locking only (no lockmgr) */ macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c494 mi->mi_flags |= MI_LLOCK; in nfs_setopts()
H A Dnfs_vfsops.c595 old_mi_llock = (mi->mi_flags & MI_LLOCK) ? 1 : 0; in nfs_mount()
987 mi->mi_flags |= MI_LLOCK; in nfs_mount()
H A Dnfs3_vfsops.c576 old_mi_llock = (mi->mi_flags & MI_LLOCK) ? 1 : 0; in nfs3_mount()
960 mi->mi_flags |= MI_LLOCK; in nfs3_mount()
H A Dnfs_vnops.c346 if (VTOMI(vp)->mi_flags & MI_LLOCK) { in nfs_close()
4476 if (VTOMI(vp)->mi_flags & MI_LLOCK) { in nfs_frlock()
5034 if (VTOMI(vp)->mi_flags & MI_LLOCK) in nfs_shrlock()
H A Dnfs3_vnops.c386 if (VTOMI(vp)->mi_flags & MI_LLOCK) { in nfs3_close()
5404 if (VTOMI(vp)->mi_flags & MI_LLOCK) { in nfs3_frlock()
6703 if (VTOMI(vp)->mi_flags & MI_LLOCK) in nfs3_shrlock()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs_clnt.c344 {"MI_LLOCK", MI_LLOCK, MI_LLOCK},
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1199 if (mik.mik_flags & MI_LLOCK) in mi_print()