Home
last modified time | relevance | path

Searched refs:s_otw_call_count (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3376 while (sp->s_otw_call_count != 0) { in nfs4_renew_lease_thread()
3381 sp->s_otw_call_count)); in nfs4_renew_lease_thread()
H A Dnfs4_recovery.c826 sp->s_otw_call_count++; in nfs4_start_fop()
863 sp->s_otw_call_count--; in nfs4_start_fop()
937 sp->s_otw_call_count--; in nfs4_start_fop()
1017 sp->s_otw_call_count--; in nfs4_end_fop()
H A Dnfs4_vfsops.c3942 np->s_otw_call_count = 0; in new_nfs4_server()
4237 ASSERT(sp->s_otw_call_count == 0); in destroy_nfs4_server()
4330 while (sp->s_otw_call_count != 0) { in nfs4_free_mount()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1305 int s_otw_call_count; member