Home
last modified time | relevance | path

Searched refs:i_max_bytes (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
Dquota.c358 max = ci->i_max_bytes; in check_quota_exceeded()
497 if (ci->i_max_bytes) { in ceph_quota_update_statfs()
498 total = ci->i_max_bytes >> CEPH_BLOCK_SHIFT; in ceph_quota_update_statfs()
Dsuper.h341 u64 i_max_bytes, i_max_files; member
1231 return ci->i_max_files || ci->i_max_bytes; in __ceph_has_any_quota()
1241 ci->i_max_bytes = max_bytes; in __ceph_update_quota()
Dxattr.c265 if ((ci->i_max_files || ci->i_max_bytes) && in ceph_vxattrcb_quota_exists()
278 ci->i_max_bytes, ci->i_max_files); in ceph_vxattrcb_quota()
284 return ceph_fmt_xattr(val, size, "%llu", ci->i_max_bytes); in ceph_vxattrcb_quota_max_bytes()
1141 if ((ci->i_max_files || ci->i_max_bytes) && in __ceph_setxattr()
Dinode.c456 ci->i_max_bytes = 0; in ceph_alloc_inode()