Home
last modified time | relevance | path

Searched refs:i_max_files (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
H A Dsuper.h341 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 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()
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 Dquota.c355 max = ci->i_max_files; in check_quota_exceeded()
H A Dinode.c457 ci->i_max_files = 0; in ceph_alloc_inode()
/kernel/linux/linux-6.6/fs/ceph/
H A Dsuper.h371 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 Dxattr.c272 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 Dquota.c363 max = ci->i_max_files; in check_quota_exceeded()
H A Dinode.c582 ci->i_max_files = 0; in ceph_alloc_inode()

Completed in 16 milliseconds