Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dxattr.c234 if ((ci->i_max_files || ci->i_max_bytes) && in ceph_vxattrcb_quota_exists()
247 ci->i_max_bytes, ci->i_max_files); in ceph_vxattrcb_quota()
259 return snprintf(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()
Dsuper.h316 u64 i_max_bytes, i_max_files; member
1088 return ci->i_max_files || ci->i_max_bytes; in __ceph_has_any_quota()
1099 ci->i_max_files = max_files; in __ceph_update_quota()
Dquota.c198 max = ci->i_max_files; in check_quota_exceeded()
Dinode.c445 ci->i_max_files = 0; in ceph_alloc_inode()