Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c1570 (gethrestime_sec() - cp->rc_last_access in rfs4_client_expiry()
1706 cp->rc_last_access = gethrestime_sec(); in rfs4_client_create()
1948 rc = (gethrestime_sec() - cp->rc_last_access > rfs4_lease_time); in rfs4_lease_expired()
1969 cp->rc_last_access = gethrestime_sec(); in rfs4_update_lease()
2552 lsp->rls_state->rs_owner->ro_client->rc_last_access in rfs4_lo_state_expiry()
2908 if ((gethrestime_sec() - dsp->rds_client->rc_last_access in rfs4_deleg_state_expiry()
3131 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_50/usr/src/uts/common/nfs/
H A Dnfs4.h507 time_t rc_last_access; member