Searched refs:s_otw_call_count (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c826 sp->s_otw_call_count++;
863 sp->s_otw_call_count--;
937 sp->s_otw_call_count--;
1017 sp->s_otw_call_count--;
H A Dnfs4_vfsops.c3938 np->s_otw_call_count = 0;
4233 ASSERT(sp->s_otw_call_count == 0);
4326 while (sp->s_otw_call_count != 0) {
H A Dnfs4_client.c3391 while (sp->s_otw_call_count != 0) {
3395 "s_otw_call_count %d", (void *)sp,
3396 sp->s_otw_call_count));
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1255 * The 's_otw_call_count' keeps track of the number of outstanding over the
1259 * The 's_cv_otw_count' is used in conjuntion with the 's_otw_call_count'
1300 int s_otw_call_count; member in struct:nfs4_server

Completed in 71 milliseconds