Searched refs:fr_objbytes (Results 1 – 3 of 3) sorted by relevance
28 fr_objbytes
5675 static int fr_objbytes[NUM_OBJ_TYPES][2] = { variable5728 if ((fr_objbytes[type][0] & 1) != 0) {5729 if (obj.ipfo_size < fr_objbytes[type][1])5731 } else if (obj.ipfo_size != fr_objbytes[type][1])5739 if ((fr_objbytes[type][0] & 1) != 0 &&5740 obj.ipfo_size < fr_objbytes[type][1] ||5741 obj.ipfo_size != fr_objbytes[type][1])5745 if ((fr_objbytes[type][0] & 1) != 0) {5747 fr_objbytes[type][1]);5780 if (((fr_objbytes[type][0] & 1) == 0) || (sz < fr_objbytes[type][1]))[all …]