Lines Matching refs:i_max_size
1788 if (size >= ci->i_max_size) in __ceph_should_report_size()
1791 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()
1792 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()
1873 if (ci->i_max_size == 0) in ceph_check_caps()
1935 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2536 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()
2538 inode, endoff, ci->i_max_size); in try_get_cap_refs()
2658 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2666 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
3176 if (max_size != ci->i_max_size) { in handle_cap_grant()
3178 ci->i_max_size, max_size); in handle_cap_grant()
3179 ci->i_max_size = max_size; in handle_cap_grant()
3185 } else if (ci->i_wanted_max_size > ci->i_max_size && in handle_cap_grant()