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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3264 sp->lease_valid = NFS4_LEASE_UNINITIALIZED;
3269 sp->lease_valid != NFS4_LEASE_VALID) {
3282 "state_ref_count %d, lease_valid %d",
3283 sp->state_ref_count, sp->lease_valid));
3614 if (sp->lease_valid == NFS4_LEASE_UNINITIALIZED)
3615 sp->lease_valid = NFS4_LEASE_VALID;
3622 if (sp->lease_valid == NFS4_LEASE_VALID && sp->state_ref_count == 1)
3681 if (sp->lease_valid == NFS4_LEASE_VALID &&
H A Dnfs4_vfsops.c3620 if (np->lease_valid == NFS4_LEASE_NOT_STARTED) {
3935 np->lease_valid = NFS4_LEASE_NOT_STARTED;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h58 /* Four states of nfs4_server's lease_valid */
1216 * lease_valid is initially set to NFS4_LEASE_NOT_STARTED. This is when the
1217 * nfs4_server is first created. lease_valid is then set to
1220 * already exists when we do SETCLIENTID). lease_valid is then set to
1222 * operation (OPEN) is done. lease_valid stays at NFS4_LEASE_VALID as long as
1292 int lease_valid; member in struct:nfs4_server

Completed in 66 milliseconds