Searched refs:new_cat (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | lprops.c | 445 int new_cat = ubifs_categorize_lprops(c, lprops); in change_category() local 447 if (old_cat == new_cat) { in change_category() 451 if (new_cat < 1 || new_cat > LPROPS_HEAP_CNT) in change_category() 453 heap = &c->lpt_heap[new_cat - 1]; in change_category() 454 adjust_lpt_heap(c, heap, lprops, lprops->hpos, new_cat); in change_category() 457 ubifs_add_to_cat(c, lprops, new_cat); in change_category()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | lprops.c | 439 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()
|