Lines Matching defs:cat
884 int cat = pnode->lprops[i].flags & LPROPS_CAT_MASK;
889 ubifs_add_to_cat(c, &pnode->lprops[i], cat);
2264 int found, cat = lprops->flags & LPROPS_CAT_MASK;
2276 if (cat != LPROPS_UNCAT) {
2278 lprops->lnum, cat);
2284 switch (cat) {
2290 ubifs_err(c, "LEB %d index but cat %d",
2291 lprops->lnum, cat);
2295 switch (cat) {
2303 ubifs_err(c, "LEB %d not index but cat %d",
2304 lprops->lnum, cat);
2308 switch (cat) {
2323 switch (cat) {
2327 heap = &c->lpt_heap[cat - 1];
2344 ubifs_err(c, "LEB %d cat %d not found in cat heap/list",
2345 lprops->lnum, cat);
2348 switch (cat) {
2351 ubifs_err(c, "LEB %d cat %d free %d dirty %d",
2352 lprops->lnum, cat, lprops->free,
2360 ubifs_err(c, "LEB %d cat %d free %d dirty %d",
2361 lprops->lnum, cat, lprops->free,