Searched refs:state_ref_count (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3268 if (!sp->state_ref_count ||
3282 "state_ref_count %d, lease_valid %d",
3283 sp->state_ref_count, sp->lease_valid));
3609 sp->state_ref_count++;
3611 "nfs4_inc_state_ref_count: state_ref_count now %d",
3612 sp->state_ref_count));
3619 * took the state_ref_count from 0 to 1, then start the time
3622 if (sp->lease_valid == NFS4_LEASE_VALID && sp->state_ref_count == 1)
3652 ASSERT(sp->state_ref_count != 0);
3653 sp->state_ref_count
[all...]
H A Dnfs4_vfsops.c3934 np->state_ref_count = 0;
3992 np->state_ref_count));
4085 op->state_ref_count -= num_open;
4086 ASSERT(op->state_ref_count >= 0);
4087 np->state_ref_count += num_open;
4092 mi->mi_open_files, op->state_ref_count, np->state_ref_count));
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1239 * state_ref_count is incremented every time a new file is opened and
1299 int state_ref_count; member in struct:nfs4_server

Completed in 184 milliseconds