Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c134 mi->mi_flags |= MI4_LLOCK; in nfs4_setopts()
H A Dnfs4_vfsops.c763 old_mi_llock = (mi->mi_flags & MI4_LLOCK) ? 1 : 0; in nfs4_mount()
1155 mi->mi_flags |= MI4_LLOCK; in nfs4_mount()
H A Dnfs4_stub_vnops.c2036 if (mi->mi_flags & MI4_LLOCK) in nfs4_trigger_nargs_create()
H A Dnfs4_recovery.c2215 if (VTOMI4(vp)->mi_flags & MI4_LLOCK) in relock_file()
H A Dnfs4_vnops.c2311 if (VTOMI4(vp)->mi_flags & MI4_LLOCK) { in nfs4_close()
10896 if (VTOMI4(vp)->mi_flags & MI4_LLOCK || vp->v_type != VREG) { in nfs4_frlock()
12569 if (VTOMI4(vp)->mi_flags & MI4_LLOCK) in nfs4_shrlock()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs.c65 { "MI4_LLOCK", MI4_LLOCK, MI4_LLOCK },
H A Dnfs_clnt.c616 {"MI4_LLOCK", MI4_LLOCK, MI4_LLOCK},
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1150 #define MI4_LLOCK 0x80 macro