Home
last modified time | relevance | path

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

/titanic_41/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()
1126 mutex_enter(&rp->r_statev4_lock); in nfs4_discard_delegations()
1134 mutex_exit(&rp->r_statev4_lock); in nfs4_discard_delegations()
1140 mutex_exit(&rp->r_statev4_lock); in nfs4_discard_delegations()
1314 mutex_enter(&rp->r_statev4_lock); in nfs4delegreturn_cleanup_impl()
1317 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.c669 mutex_enter(&rp->r_statev4_lock); in nfs4_open()
672 mutex_exit(&rp->r_statev4_lock); in nfs4_open()
678 mutex_exit(&rp->r_statev4_lock); in nfs4_open()
1447 mutex_enter(&rp->r_statev4_lock); in nfs4open_otw()
1450 mutex_exit(&rp->r_statev4_lock); in nfs4open_otw()
1751 mutex_enter(&rp->r_statev4_lock); in nfs4_reopen()
1762 mutex_exit(&rp->r_statev4_lock); in nfs4_reopen()
1765 mutex_exit(&rp->r_statev4_lock); in nfs4_reopen()
1839 mutex_enter(&rp->r_statev4_lock); in nfs4_reopen()
1844 mutex_exit(&rp->r_statev4_lock); in nfs4_reopen()
[all …]
H A Dnfs4_rnode.c663 mutex_init(&rp->r_statev4_lock, NULL, MUTEX_DEFAULT, NULL); in make_rnode4()
743 mutex_destroy(&rp->r_statev4_lock); in uninit_rnode4()
1760 mutex_enter(&rp->r_statev4_lock); in r4mkopenlist()
1774 mutex_exit(&rp->r_statev4_lock); in r4mkopenlist()
H A Dnfs4_client.c202 mutex_enter(&rp->r_statev4_lock); in nfs4_getattr_cache()
204 mutex_exit(&rp->r_statev4_lock); in nfs4_getattr_cache()
212 mutex_exit(&rp->r_statev4_lock); in nfs4_getattr_cache()
/titanic_41/usr/src/uts/common/nfs/
H A Drnode4.h282 kmutex_t r_statev4_lock; /* protects created_v4, state4ptr */ member