Home
last modified time | relevance | path

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

/linux-6.1.9/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.h401 atomic64_t quotarealms_count; /* # realms with quota */ member