Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dsuper.h1374 bool has_quota = false; in __ceph_has_quota() local
1378 has_quota = !!ci->i_max_bytes; in __ceph_has_quota()
1381 has_quota = !!ci->i_max_files; in __ceph_has_quota()
1384 has_quota = !!(ci->i_max_files || ci->i_max_bytes); in __ceph_has_quota()
1386 return has_quota; in __ceph_has_quota()
1394 bool had_quota, has_quota; in __ceph_update_quota() local
1398 has_quota = __ceph_has_quota(ci, QUOTA_GET_ANY); in __ceph_update_quota()
1400 if (had_quota != has_quota) in __ceph_update_quota()
1401 ceph_adjust_quota_realms_count(&ci->netfs.inode, has_quota); in __ceph_update_quota()
H A Dquota.c218 bool has_quota; in get_quota_realm() local
254 has_quota = __ceph_has_quota(ci, which_quota); in get_quota_realm()
258 if (has_quota || !next) { in get_quota_realm()