Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dmds_client.h198 refcount_t s_ref; member
Dmds_client.c753 if (refcount_inc_not_zero(&s->s_ref)) in ceph_get_mds_session()
763 if (refcount_dec_and_test(&s->s_ref)) { in ceph_put_mds_session()
846 refcount_set(&s->s_ref, 1); in register_session()
858 refcount_inc(&s->s_ref); /* one ref to sessions[], one to caller */ in register_session()