Home
last modified time | relevance | path

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

/fs/ceph/
Dquota.c215 bool has_quota; in get_quota_realm() local
249 has_quota = __ceph_has_any_quota(ci); in get_quota_realm()
254 if (has_quota || !next) in get_quota_realm()
Dsuper.h1156 bool had_quota, has_quota; in __ceph_update_quota() local
1160 has_quota = __ceph_has_any_quota(ci); in __ceph_update_quota()
1162 if (had_quota != has_quota) in __ceph_update_quota()
1163 ceph_adjust_quota_realms_count(&ci->vfs_inode, has_quota); in __ceph_update_quota()