Home
last modified time | relevance | path

Searched refs:nfs4_tsd_key (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c751 if ((fop_caller = tsd_get(nfs4_tsd_key)) != NULL) { in nfs4_start_fop()
755 (void) tsd_set(nfs4_tsd_key, caller()); in nfs4_start_fop()
945 (void) tsd_set(nfs4_tsd_key, NULL); in nfs4_start_fop()
987 ASSERT(tsd_get(nfs4_tsd_key) != NULL); in nfs4_end_fop()
988 (void) tsd_set(nfs4_tsd_key, NULL); in nfs4_end_fop()
H A Dnfs4_client.c99 uint_t nfs4_tsd_key; variable
229 ASSERT(tsd_get(nfs4_tsd_key) == NULL); in nfs4_purge_stale_fh()
3172 tsd_create(&nfs4_tsd_key, NULL); in nfs4_clnt_init()
3204 tsd_destroy(&nfs4_tsd_key); in nfs4_clnt_fini()
H A Dnfs4_subr.c2067 int no_need_start_op = (tsd_get(nfs4_tsd_key) || in nfs4_make_dotdot()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h2118 extern uint_t nfs4_tsd_key;