Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/nfs/
H A Dnfs_clnt.h459 #define MI_LLOCK 0x80 /* local locking only (no lockmgr) */ macro
/titanic_44/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()
4477 if (VTOMI(vp)->mi_flags & MI_LLOCK) { in nfs_frlock()
5035 if (VTOMI(vp)->mi_flags & MI_LLOCK) in nfs_shrlock()
H A Dnfs3_vnops.c384 if (VTOMI(vp)->mi_flags & MI_LLOCK) { in nfs3_close()
5390 if (VTOMI(vp)->mi_flags & MI_LLOCK) { in nfs3_frlock()
6689 if (VTOMI(vp)->mi_flags & MI_LLOCK) in nfs3_shrlock()
/titanic_44/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1225 if (mik.mik_flags & MI_LLOCK) in mi_print()