Lines Matching refs:i_wanted_max_size
1338 arg.max_size = ci->i_wanted_max_size; in __send_cap()
1935 if (ci->i_wanted_max_size > ci->i_max_size && in ceph_check_caps()
1936 ci->i_wanted_max_size > ci->i_requested_max_size) { in ceph_check_caps()
2658 if (endoff >= ci->i_max_size && endoff > ci->i_wanted_max_size) { in check_max_size()
2661 ci->i_wanted_max_size = endoff; in check_max_size()
2666 ci->i_wanted_max_size > ci->i_max_size && in check_max_size()
2667 ci->i_wanted_max_size > ci->i_requested_max_size) in check_max_size()
3180 if (max_size >= ci->i_wanted_max_size) { in handle_cap_grant()
3181 ci->i_wanted_max_size = 0; /* reset */ in handle_cap_grant()
3185 } else if (ci->i_wanted_max_size > ci->i_max_size && in handle_cap_grant()
3186 ci->i_wanted_max_size > ci->i_requested_max_size) { in handle_cap_grant()