Searched refs:i_max_files (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.h | 341 u64 i_max_bytes, i_max_files; member 1230 return ci->i_max_files || ci->i_max_bytes; in __ceph_has_any_quota() 1241 ci->i_max_files = max_files; in __ceph_update_quota()
|
H A D | xattr.c | 265 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() 290 return ceph_fmt_xattr(val, size, "%llu", ci->i_max_files); in ceph_vxattrcb_quota_max_files() 1149 if ((ci->i_max_files || ci->i_max_bytes) && in __ceph_setxattr()
|
H A D | quota.c | 355 max = ci->i_max_files; in check_quota_exceeded()
|
H A D | inode.c | 457 ci->i_max_files = 0; in ceph_alloc_inode()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.h | 371 u64 i_max_bytes, i_max_files; member 1380 has_quota = !!ci->i_max_files; in __ceph_has_quota() 1383 has_quota = !!(ci->i_max_files || ci->i_max_bytes); in __ceph_has_quota() 1396 ci->i_max_files = max_files; in __ceph_update_quota()
|
H A D | xattr.c | 272 if ((ci->i_max_files || ci->i_max_bytes) && in ceph_vxattrcb_quota_exists() 285 ci->i_max_bytes, ci->i_max_files); in ceph_vxattrcb_quota() 297 return ceph_fmt_xattr(val, size, "%llu", ci->i_max_files); in ceph_vxattrcb_quota_max_files() 1296 if ((ci->i_max_files || ci->i_max_bytes) && in __ceph_setxattr()
|
H A D | quota.c | 363 max = ci->i_max_files; in check_quota_exceeded()
|
H A D | inode.c | 582 ci->i_max_files = 0; in ceph_alloc_inode()
|
Completed in 16 milliseconds