Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dquota.c30 atomic64_inc(&mdsc->quotarealms_count); in ceph_adjust_quota_realms_count()
32 atomic64_dec(&mdsc->quotarealms_count); in ceph_adjust_quota_realms_count()
38 return atomic64_read(&mdsc->quotarealms_count) > 0; in ceph_has_realms_with_quotas()
Dmds_client.h329 atomic64_t quotarealms_count; /* # realms with quota */ member
Dmds_client.c3695 atomic64_set(&mdsc->quotarealms_count, 0); in ceph_mdsc_init()