Searched refs:i_max_bytes (Results 1 – 4 of 4) sorted by relevance
373 max = ci->i_max_bytes; in check_quota_exceeded()512 if (ci->i_max_bytes) { in ceph_quota_update_statfs()513 total = ci->i_max_bytes >> CEPH_BLOCK_SHIFT; in ceph_quota_update_statfs()517 total = ci->i_max_bytes >> CEPH_4K_BLOCK_SHIFT; in ceph_quota_update_statfs()530 free = ci->i_max_bytes > ci->i_rbytes ? 1 : 0; in ceph_quota_update_statfs()
373 u64 i_max_bytes, i_max_files; member1377 has_quota = !!ci->i_max_bytes; in __ceph_has_quota()1383 has_quota = !!(ci->i_max_files || ci->i_max_bytes); in __ceph_has_quota()1395 ci->i_max_bytes = max_bytes; in __ceph_update_quota()
273 if ((ci->i_max_files || ci->i_max_bytes) && in ceph_vxattrcb_quota_exists()286 ci->i_max_bytes, ci->i_max_files); in ceph_vxattrcb_quota()292 return ceph_fmt_xattr(val, size, "%llu", ci->i_max_bytes); in ceph_vxattrcb_quota_max_bytes()1314 if ((ci->i_max_files || ci->i_max_bytes) && in __ceph_setxattr()
593 ci->i_max_bytes = 0; in ceph_alloc_inode()
Completed in 21 milliseconds