Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ceph/
Dquota.c17 atomic64_inc(&mdsc->quotarealms_count); in ceph_adjust_quota_realms_count()
19 atomic64_dec(&mdsc->quotarealms_count); in ceph_adjust_quota_realms_count()
28 if (atomic64_read(&mdsc->quotarealms_count) > 0) in ceph_has_realms_with_quotas()
Dmds_client.h399 atomic64_t quotarealms_count; /* # realms with quota */ member
Dmds_client.c4559 atomic64_set(&mdsc->quotarealms_count, 0); in ceph_mdsc_init()