Searched refs:r_statev4_lock (Results 1 – 6 of 6) sorted by relevance
326 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 …]
103 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 …]
669 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 …]
663 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()
202 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()
282 kmutex_t r_statev4_lock; /* protects created_v4, state4ptr */ member