Searched refs:idmax (Results 1 – 1 of 1) sorted by relevance
1195 int idmax = -ENODEV; in mcs_get_blkcnt() local1202 if (mcs->mcs_id > idmax) in mcs_get_blkcnt()1203 idmax = mcs->mcs_id; in mcs_get_blkcnt()1205 if (idmax < 0) in mcs_get_blkcnt()1208 return idmax + 1; in mcs_get_blkcnt()