i_max_bytes       444 fs/ceph/inode.c 	ci->i_max_bytes = 0;
i_max_bytes       358 fs/ceph/quota.c 			max = ci->i_max_bytes;
i_max_bytes       499 fs/ceph/quota.c 		if (ci->i_max_bytes) {
i_max_bytes       500 fs/ceph/quota.c 			total = ci->i_max_bytes >> CEPH_BLOCK_SHIFT;
i_max_bytes       332 fs/ceph/super.h 	u64 i_max_bytes, i_max_files;
i_max_bytes      1151 fs/ceph/super.h 	return ci->i_max_files || ci->i_max_bytes;
i_max_bytes      1161 fs/ceph/super.h 	ci->i_max_bytes = max_bytes;
i_max_bytes       264 fs/ceph/xattr.c 	if ((ci->i_max_files || ci->i_max_bytes) &&
i_max_bytes       277 fs/ceph/xattr.c 				ci->i_max_bytes, ci->i_max_files);
i_max_bytes       283 fs/ceph/xattr.c 	return ceph_fmt_xattr(val, size, "%llu", ci->i_max_bytes);
i_max_bytes      1139 fs/ceph/xattr.c 			if ((ci->i_max_files || ci->i_max_bytes) &&