Lines Matching refs:i_max_size
1583 if (ci->i_max_size == 0) in ceph_check_caps()
1656 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
1663 if ((inode->i_size << 1) >= ci->i_max_size && in ceph_check_caps()
1664 (ci->i_reported_size << 1) < ci->i_max_size) { in ceph_check_caps()
2135 if (endoff >= 0 && endoff > (loff_t)ci->i_max_size) { in try_get_cap_refs()
2137 inode, endoff, ci->i_max_size); in try_get_cap_refs()
2210 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2218 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
2607 if (ci->i_auth_cap == cap && max_size != ci->i_max_size) { in handle_cap_grant()
2609 ci->i_max_size, max_size); in handle_cap_grant()
2610 ci->i_max_size = max_size; in handle_cap_grant()