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.c339 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()
1346 mutex_exit(&rp->r_statev4_lock); in nfs4delegreturn_cleanup_impl()
1631 mutex_exit(&rp->r_statev4_lock); in nfs4delegreturn_impl()
2066 mutex_exit(&rp->r_statev4_lock); in nfs4delegreturn_thread()
2087 mutex_exit(&rp->r_statev4_lock); in nfs4delegreturn_thread()
2291 mutex_exit(&rp->r_statev4_lock); in nfs4_delegation_accept()
2339 mutex_exit(&rp->r_statev4_lock); in nfs4_delegation_accept()
[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()
443 mutex_exit(&rp->r_statev4_lock); in find_lock_owner()
457 mutex_enter(&rp->r_statev4_lock); in nfs4_get_deleg_stateid()
463 mutex_exit(&rp->r_statev4_lock); in nfs4_get_deleg_stateid()
466 mutex_exit(&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()
1858 mutex_exit(&rp->r_statev4_lock); in nfs4_reopen()
2581 mutex_exit(&rp->r_statev4_lock); in nfs4close_otw()
[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