Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ceph/
Dmds_client.h194 refcount_t s_ref; member
Dmds_client.c680 if (refcount_inc_not_zero(&s->s_ref)) in ceph_get_mds_session()
690 if (refcount_dec_and_test(&s->s_ref)) { in ceph_put_mds_session()
773 refcount_set(&s->s_ref, 1); in register_session()
785 refcount_inc(&s->s_ref); /* one ref to sessions[], one to caller */ in register_session()