Searched refs:new_cat (Results 1 – 1 of 1) sorted by relevance
446 int new_cat = ubifs_categorize_lprops(c, lprops); in change_category() local448 if (old_cat == new_cat) { in change_category()452 if (new_cat < 1 || new_cat > LPROPS_HEAP_CNT) in change_category()454 heap = &c->lpt_heap[new_cat - 1]; in change_category()455 adjust_lpt_heap(c, heap, lprops, lprops->hpos, new_cat); in change_category()458 ubifs_add_to_cat(c, lprops, new_cat); in change_category()
Completed in 4 milliseconds