Home
last modified time | relevance | path

Searched refs:was_stale (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/ceph/
Dcaps.c3515 bool was_stale = cap->cap_gen < atomic_read(&session->s_cap_gen); in handle_cap_grant() local
3559 if (was_stale) in handle_cap_grant()
3696 if ((was_stale || le32_to_cpu(grant->op) == CEPH_CAP_OP_IMPORT) && in handle_cap_grant()
Dmds_client.c2078 int was_stale; in renewed_caps() local
2082 was_stale = is_renew && time_after_eq(jiffies, session->s_cap_ttl); in renewed_caps()
2087 if (was_stale) { in renewed_caps()
2098 session->s_cap_ttl, was_stale ? "stale" : "fresh", in renewed_caps()