Lines Matching refs:max_size
1116 u64 flush_tid, oldest_flush_tid, size, max_size; member
1149 arg->mseq, arg->follows, arg->size, arg->max_size, in send_cap_msg()
1179 fc->max_size = cpu_to_le64(arg->max_size); in send_cap_msg()
1337 arg.max_size = ci->i_wanted_max_size; in __send_cap()
1338 ci->i_requested_max_size = arg.max_size; in __send_cap()
1414 arg.max_size = 0; in __send_flush_snap()
3101 u64 max_size = le64_to_cpu(grant->max_size); in handle_cap_grant() local
3113 dout(" size %llu max_size %llu, i_size %llu\n", size, max_size, in handle_cap_grant()
3238 if (max_size != ci->i_max_size) { in handle_cap_grant()
3240 ci->i_max_size, max_size); in handle_cap_grant()
3241 ci->i_max_size = max_size; in handle_cap_grant()
3242 if (max_size >= ci->i_wanted_max_size) { in handle_cap_grant()