Home
last modified time | relevance | path

Searched refs:r_statev4_lock (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c326 mutex_enter(&rp->r_statev4_lock); in cb_getattr()
339 mutex_exit(&rp->r_statev4_lock); in cb_getattr()
429 mutex_enter(&rp->r_statev4_lock); in cb_recall()
458 mutex_exit(&rp->r_statev4_lock); in cb_recall()
467 mutex_exit(&rp->r_statev4_lock); in cb_recall()
1130 mutex_enter(&rp->r_statev4_lock); in nfs4_discard_delegations()
1138 mutex_exit(&rp->r_statev4_lock); in nfs4_discard_delegations()
1144 mutex_exit(&rp->r_statev4_lock); in nfs4_discard_delegations()
1318 mutex_enter(&rp->r_statev4_lock); in nfs4delegreturn_cleanup_impl()
1321 mutex_exit(&rp->r_statev4_lock); in nfs4delegreturn_cleanup_impl()
[all …]
H A Dnfs4_client_state.c103 mutex_enter(&rp->r_statev4_lock); in nfs4_rnode_remove_lock_owner()
107 mutex_exit(&rp->r_statev4_lock); in nfs4_rnode_remove_lock_owner()
118 mutex_exit(&rp->r_statev4_lock); in nfs4_rnode_remove_lock_owner()
139 mutex_enter(&rp->r_statev4_lock); in nfs4_flush_lock_owners()
147 mutex_exit(&rp->r_statev4_lock); in nfs4_flush_lock_owners()
418 mutex_enter(&rp->r_statev4_lock); in find_lock_owner()
434 mutex_exit(&rp->r_statev4_lock); in find_lock_owner()
443 mutex_exit(&rp->r_statev4_lock); in find_lock_owner()
455 ASSERT(!mutex_owned(&rp->r_statev4_lock)); in nfs4_get_deleg_stateid()
457 mutex_enter(&rp->r_statev4_lock); in nfs4_get_deleg_stateid()
[all …]
H A Dnfs4_vnops.c666 mutex_enter(&rp->r_statev4_lock); in nfs4_open()
669 mutex_exit(&rp->r_statev4_lock); in nfs4_open()
675 mutex_exit(&rp->r_statev4_lock); in nfs4_open()
1444 mutex_enter(&rp->r_statev4_lock); in nfs4open_otw()
1447 mutex_exit(&rp->r_statev4_lock); in nfs4open_otw()
1765 mutex_enter(&rp->r_statev4_lock); in nfs4_reopen()
1776 mutex_exit(&rp->r_statev4_lock); in nfs4_reopen()
1779 mutex_exit(&rp->r_statev4_lock); in nfs4_reopen()
1853 mutex_enter(&rp->r_statev4_lock); in nfs4_reopen()
1858 mutex_exit(&rp->r_statev4_lock); in nfs4_reopen()
[all …]
H A Dnfs4_rnode.c664 mutex_init(&rp->r_statev4_lock, NULL, MUTEX_DEFAULT, NULL); in make_rnode4()
744 mutex_destroy(&rp->r_statev4_lock); in uninit_rnode4()
1799 mutex_enter(&rp->r_statev4_lock); in r4mkopenlist()
1813 mutex_exit(&rp->r_statev4_lock); in r4mkopenlist()
H A Dnfs4_client.c203 mutex_enter(&rp->r_statev4_lock); in nfs4_getattr_cache()
205 mutex_exit(&rp->r_statev4_lock); in nfs4_getattr_cache()
213 mutex_exit(&rp->r_statev4_lock); in nfs4_getattr_cache()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h282 kmutex_t r_statev4_lock; /* protects created_v4, state4ptr */ member