Home
last modified time | relevance | path

Searched refs:new_cat (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/ubifs/
Dlprops.c439 int new_cat = ubifs_categorize_lprops(c, lprops); in change_category() local
441 if (old_cat == new_cat) { in change_category()
445 if (new_cat < 1 || new_cat > LPROPS_HEAP_CNT) in change_category()
447 heap = &c->lpt_heap[new_cat - 1]; in change_category()
448 adjust_lpt_heap(c, heap, lprops, lprops->hpos, new_cat); in change_category()
451 ubifs_add_to_cat(c, lprops, new_cat); in change_category()