Lines Matching refs:i_max_size
1881 if (size >= ci->i_max_size) in __ceph_should_report_size()
1884 if (ci->i_max_size > ci->i_reported_size && in __ceph_should_report_size()
1885 (size << 1) >= ci->i_max_size + ci->i_reported_size) in __ceph_should_report_size()
1966 if (ci->i_max_size == 0) in ceph_check_caps()
2033 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
2679 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()
2681 inode, endoff, ci->i_max_size); in try_get_cap_refs()
2800 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2808 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
3440 if (max_size != ci->i_max_size) { in handle_cap_grant()
3442 ci->i_max_size, max_size); in handle_cap_grant()
3443 ci->i_max_size = max_size; in handle_cap_grant()