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

/linux-master/fs/ceph/
H A Dsuper.h1379 bool has_quota = false; local
1383 has_quota = !!ci->i_max_bytes;
1386 has_quota = !!ci->i_max_files;
1389 has_quota = !!(ci->i_max_files || ci->i_max_bytes);
1391 return has_quota;
1399 bool had_quota, has_quota; local
1403 has_quota = __ceph_has_quota(ci, QUOTA_GET_ANY);
1405 if (had_quota != has_quota)
1406 ceph_adjust_quota_realms_count(&ci->netfs.inode, has_quota);
H A Dquota.c222 bool has_quota; local
259 has_quota = __ceph_has_quota(ci, which_quota);
263 if (has_quota || !next) {

Completed in 129 milliseconds