Home
last modified time | relevance | path

Searched refs:rc_last_access (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c1573 (gethrestime_sec() - cp->rc_last_access in rfs4_client_expiry()
1709 cp->rc_last_access = gethrestime_sec(); in rfs4_client_create()
1951 rc = (gethrestime_sec() - cp->rc_last_access > rfs4_lease_time); in rfs4_lease_expired()
1972 cp->rc_last_access = gethrestime_sec(); in rfs4_update_lease()
2555 lsp->rls_state->rs_owner->ro_client->rc_last_access in rfs4_lo_state_expiry()
2911 if ((gethrestime_sec() - dsp->rds_client->rc_last_access in rfs4_deleg_state_expiry()
3134 return ((gethrestime_sec() - sp->rs_owner->ro_client->rc_last_access in rfs4_state_expiry()
H A Dnfs4_db.c715 cp->rc_last_access = gethrestime_sec(); in rfs4_cpr_callb()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4.h507 time_t rc_last_access; member