Searched refs:adjust_lpt_heap (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | lprops.c | 90 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap() function 230 adjust_lpt_heap(c, heap, heap->arr[hpos], hpos, cat); in remove_from_lpt_heap() 453 adjust_lpt_heap(c, heap, lprops, lprops->hpos, new_cat); in change_category()
|
/openbmc/linux/fs/ubifs/ |
H A D | lprops.c | 87 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap() function 227 adjust_lpt_heap(c, heap, heap->arr[hpos], hpos, cat); in remove_from_lpt_heap() 448 adjust_lpt_heap(c, heap, lprops, lprops->hpos, new_cat); in change_category()
|