Searched refs:nfs4_tsd_key (Results 1 – 4 of 4) sorted by relevance
751 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()
99 uint_t nfs4_tsd_key; variable229 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()
2067 int no_need_start_op = (tsd_get(nfs4_tsd_key) || in nfs4_make_dotdot()
2118 extern uint_t nfs4_tsd_key;